#BBB20A

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

Shades of La Rioja #BBB20A

Tints of La Rioja #BBB20A

Color information

#BBB20A (or 0xBBB20A) is unknown color: approx La Rioja. HEX triplet: BB, B2 and 0A. RGB value is (187,178,10). Sum of RGB (Red+Green+Blue) = 187+178+10=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB20A is #444DF5. Grayscale: #A2A2A2. Windows color (decimal): -4476406 or 701115. OLE color: 701115.

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

Color convert

RGB18717810-
CMYK00.050.950.27
HSL56.95º89.85%38.63%-
HSV(B)56.95º94.65%73.33%-
XYZ36.4742.436.55-
YUV161.5442.48146.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=49.87%
G=47.47%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871781000.050.950.2756.9589.8538.63
HexBBB2A055F1B395a27
Octal2732621205137337113247
Binary1011101110110010101001011011111110111110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB20A; }

 p { color: rgb(187,178,10); }

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

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

 a { background-color: rgb(187,178,10); }

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

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

 span { border-color: rgb(187,178,10); }

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