#BBB111

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

Shades of La Rioja #BBB111

Tints of La Rioja #BBB111

Color information

#BBB111 (or 0xBBB111) is unknown color: approx La Rioja. HEX triplet: BB, B1 and 11. RGB value is (187,177,17). Sum of RGB (Red+Green+Blue) = 187+177+17=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB111 is #444EEE. Grayscale: #A2A2A2. Windows color (decimal): -4476655 or 1159611. OLE color: 1159611.

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

Color convert

RGB18717717-
CMYK00.050.910.27
HSL56.47º83.33%40%-
HSV(B)56.47º90.91%73.33%-
XYZ36.3242.056.73-
YUV161.7546.31146.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 17 (7.03% from 255) = 4.46%
R=49.08%
G=46.46%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871771700.050.910.2756.4783.3340
HexBBB111055B1B385328
Octal2732612105133337012350
Binary10111011101100011000101011011011110111110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB111; }

 p { color: rgb(187,177,17); }

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

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

 a { background-color: rgb(187,177,17); }

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

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

 span { border-color: rgb(187,177,17); }

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