#BBAE09

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

Shades of La Rioja #BBAE09

Tints of La Rioja #BBAE09

Color information

#BBAE09 (or 0xBBAE09) is unknown color: approx La Rioja. HEX triplet: BB, AE and 09. RGB value is (187,174,9). Sum of RGB (Red+Green+Blue) = 187+174+9=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE09 is #4451F6. Grayscale: #9F9F9F. Windows color (decimal): -4477431 or 634555. OLE color: 634555.

HSL color Cylindrical-coordinate representation of color #BBAE09: hue angle of 55.62º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBAE09 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1871749-
CMYK00.070.950.27
HSL55.62º90.82%38.43%-
HSV(B)55.62º95.19%73.33%-
XYZ35.6840.866.26-
YUV159.0843.31147.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 9 (3.91% from 255) = 2.43%
R=50.54%
G=47.03%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187174900.070.950.2755.6290.8238.43
HexBBAE9075F1B385b26
Octal2732561107137337013346
Binary1011101110101110100101111011111110111110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE09; }

 p { color: rgb(187,174,9); }

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

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

 a { background-color: rgb(187,174,9); }

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

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

 span { border-color: rgb(187,174,9); }

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