#BBB20B

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

Shades of La Rioja #BBB20B

Tints of La Rioja #BBB20B

Color information

#BBB20B (or 0xBBB20B) is unknown color: approx La Rioja. HEX triplet: BB, B2 and 0B. RGB value is (187,178,11). Sum of RGB (Red+Green+Blue) = 187+178+11=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB20B is #444DF4. Grayscale: #A2A2A2. Windows color (decimal): -4476405 or 766651. OLE color: 766651.

HSL color Cylindrical-coordinate representation of color #BBB20B: hue angle of 56.93º 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 #BBB20B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18717811-
CMYK00.050.940.27
HSL56.93º88.89%38.82%-
HSV(B)56.93º94.12%73.33%-
XYZ36.4742.436.58-
YUV161.6542.98146.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 11 (4.69% from 255) = 2.93%
R=49.73%
G=47.34%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871781100.050.940.2756.9388.8938.82
HexBBB2B055E1B395927
Octal2732621305136337113147
Binary1011101110110010101101011011110110111110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB20B; }

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

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

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

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

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

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

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

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