#BBBA18

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

Shades of La Rioja #BBBA18

Tints of La Rioja #BBBA18

Color information

#BBBA18 (or 0xBBBA18) is unknown color: approx La Rioja. HEX triplet: BB, BA and 18. RGB value is (187,186,24). Sum of RGB (Red+Green+Blue) = 187+186+24=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA18 is #4445E7. Grayscale: #A8A8A8. Windows color (decimal): -4474344 or 1620667. OLE color: 1620667.

HSL color Cylindrical-coordinate representation of color #BBBA18: hue angle of 59.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBBA18 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18718624-
CMYK00.010.870.27
HSL59.63º77.25%41.37%-
HSV(B)59.63º87.17%73.33%-
XYZ38.2245.757.68-
YUV167.8346.83141.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=47.10%
G=46.85%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871862400.010.870.2759.6377.2541.37
HexBBBA1801571B3c4d29
Octal2732723001127337411551
Binary101110111011101011000011010111110111111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA18; }

 p { color: rgb(187,186,24); }

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

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

 a { background-color: rgb(187,186,24); }

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

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

 span { border-color: rgb(187,186,24); }

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