#BDBB06

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

Shades of La Rioja #BDBB06

Tints of La Rioja #BDBB06

Color information

#BDBB06 (or 0xBDBB06) is unknown color: approx La Rioja. HEX triplet: BD, BB and 06. RGB value is (189,187,6). Sum of RGB (Red+Green+Blue) = 189+187+6=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB06 is #4244F9. Grayscale: #A7A7A7. Windows color (decimal): -4343034 or 441277. OLE color: 441277.

HSL color Cylindrical-coordinate representation of color #BDBB06: hue angle of 59.34º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDBB06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891876-
CMYK00.010.970.26
HSL59.34º93.85%38.24%-
HSV(B)59.34º96.83%74.12%-
XYZ38.7946.377.08-
YUV166.9637.16143.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=49.48%
G=48.95%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189187600.010.970.2659.3493.8538.24
HexBDBB601611A3b5e26
Octal275273601141327313646
Binary1011110110111011110011100001110101110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB06; }

 p { color: rgb(189,187,6); }

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

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

 a { background-color: rgb(189,187,6); }

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

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

 span { border-color: rgb(189,187,6); }

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