#BBAE0B

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

Shades of La Rioja #BBAE0B

Tints of La Rioja #BBAE0B

Color information

#BBAE0B (or 0xBBAE0B) is unknown color: approx La Rioja. HEX triplet: BB, AE and 0B. RGB value is (187,174,11). Sum of RGB (Red+Green+Blue) = 187+174+11=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE0B is #4451F4. Grayscale: #9F9F9F. Windows color (decimal): -4477429 or 765627. OLE color: 765627.

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

Color convert

RGB18717411-
CMYK00.070.940.27
HSL55.57º88.89%38.82%-
HSV(B)55.57º94.12%73.33%-
XYZ35.6940.866.32-
YUV159.344.31147.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 11 (4.69% from 255) = 2.96%
R=50.27%
G=46.77%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871741100.070.940.2755.5788.8938.82
HexBBAEB075E1B385927
Octal2732561307136337013147
Binary1011101110101110101101111011110110111110001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE0B; }

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

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

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

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

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

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

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

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