#BDB012

Color #BDB012 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDB012

Tints of La Rioja #BDB012

Color information

#BDB012 (or 0xBDB012) is unknown color: approx La Rioja. HEX triplet: BD, B0 and 12. RGB value is (189,176,18). Sum of RGB (Red+Green+Blue) = 189+176+18=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB012 is #424FED. Grayscale: #A2A2A2. Windows color (decimal): -4345838 or 1224893. OLE color: 1224893.

HSL color Cylindrical-coordinate representation of color #BDB012: hue angle of 55.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB012 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18917618-
CMYK00.070.900.26
HSL55.44º82.61%40.59%-
HSV(B)55.44º90.48%74.12%-
XYZ36.6241.916.73-
YUV161.8746.81147.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=49.35%
G=45.95%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891761800.070.900.2655.4482.6140.59
HexBDB012075A1A375329
Octal2752602207132326712351
Binary10111101101100001001001111011010110101101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB012; }

 p { color: rgb(189,176,18); }

 H1.HeaderClassName
 {
   color: #BDB012;
 }
 .AnyTagClassName
 {
   color: #BDB012;
 }
</style>
background-color css

<style>
 a { background-color: #BDB012; }

 a { background-color: rgb(189,176,18); }

 div.DivClassName
 {
   background-color: #BDB012;
 }
 .BgClassName
 {
   background-color: #BDB012;
 }
</style>
border-color css

<style>
 span { border-color: #BDB012; }

 span { border-color: rgb(189,176,18); }

 td.TdClassName
 {
   border-color: #BDB012;
 }
 .TagClassName
 {
   border-color: #BDB012;
 }
</style>