#BBB012

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

Shades of La Rioja #BBB012

Tints of La Rioja #BBB012

Color information

#BBB012 (or 0xBBB012) is unknown color: approx La Rioja. HEX triplet: BB, B0 and 12. RGB value is (187,176,18). Sum of RGB (Red+Green+Blue) = 187+176+18=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB012 is #444FED. Grayscale: #A1A1A1. Windows color (decimal): -4476910 or 1224891. OLE color: 1224891.

HSL color Cylindrical-coordinate representation of color #BBB012: hue angle of 56.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB012 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18717618-
CMYK00.060.900.27
HSL56.09º82.44%40.2%-
HSV(B)56.09º90.37%73.33%-
XYZ36.1341.666.71-
YUV161.2847.14146.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 18 (7.42% from 255) = 4.72%
R=49.08%
G=46.19%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871761800.060.900.2756.0982.4440.2
HexBBB012065A1B385228
Octal2732602206132337012250
Binary10111011101100001001001101011010110111110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB012; }

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

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

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

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

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

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

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

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