#BDBB10

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

Shades of La Rioja #BDBB10

Tints of La Rioja #BDBB10

Color information

#BDBB10 (or 0xBDBB10) is unknown color: approx La Rioja. HEX triplet: BD, BB and 10. RGB value is (189,187,16). Sum of RGB (Red+Green+Blue) = 189+187+16=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB10 is #4244EF. Grayscale: #A8A8A8. Windows color (decimal): -4343024 or 1096637. OLE color: 1096637.

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

Color convert

RGB18918716-
CMYK00.010.920.26
HSL59.31º84.39%40.2%-
HSV(B)59.31º91.53%74.12%-
XYZ38.8546.47.4-
YUV168.142.16142.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 16 (6.64% from 255) = 4.08%
R=48.21%
G=47.70%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891871600.010.920.2659.3184.3940.2
HexBDBB10015C1A3b5428
Octal2752732001134327312450
Binary101111011011101110000011011100110101110111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB10; }

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

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

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

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

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

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

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

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