#BBB00C

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

Shades of La Rioja #BBB00C

Tints of La Rioja #BBB00C

Color information

#BBB00C (or 0xBBB00C) is unknown color: approx La Rioja. HEX triplet: BB, B0 and 0C. RGB value is (187,176,12). Sum of RGB (Red+Green+Blue) = 187+176+12=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB00C is #444FF3. Grayscale: #A1A1A1. Windows color (decimal): -4476916 or 831675. OLE color: 831675.

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

Color convert

RGB18717612-
CMYK00.060.940.27
HSL56.23º87.94%39.02%-
HSV(B)56.23º93.58%73.33%-
XYZ36.0941.646.48-
YUV160.5944.14146.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 12 (5.08% from 255) = 3.2%
R=49.87%
G=46.93%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871761200.060.940.2756.2387.9439.02
HexBBB0C065E1B385827
Octal2732601406136337013047
Binary1011101110110000110001101011110110111110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB00C; }

 p { color: rgb(187,176,12); }

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

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

 a { background-color: rgb(187,176,12); }

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

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

 span { border-color: rgb(187,176,12); }

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