#BBAB0A

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

Shades of La Rioja #BBAB0A

Tints of La Rioja #BBAB0A

Color information

#BBAB0A (or 0xBBAB0A) is unknown color: approx La Rioja. HEX triplet: BB, AB and 0A. RGB value is (187,171,10). Sum of RGB (Red+Green+Blue) = 187+171+10=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB0A is #4454F5. Grayscale: #9E9E9E. Windows color (decimal): -4478198 or 699323. OLE color: 699323.

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

Color convert

RGB18717110-
CMYK00.090.950.27
HSL54.58º89.85%38.63%-
HSV(B)54.58º94.65%73.33%-
XYZ35.1139.716.1-
YUV157.4344.8149.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 10 (4.30% from 255) = 2.72%
R=50.82%
G=46.47%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871711000.090.950.2754.5889.8538.63
HexBBABA095F1B375a27
Octal27325312011137336713247
Binary10111011101010111010010011011111110111101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB0A; }

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

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

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

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

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

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

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

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