#BBAB01

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

Shades of La Rioja #BBAB01

Tints of La Rioja #BBAB01

Color information

#BBAB01 (or 0xBBAB01) is unknown color: approx La Rioja. HEX triplet: BB, AB and 01. RGB value is (187,171,1). Sum of RGB (Red+Green+Blue) = 187+171+1=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB01 is #4454FE. Grayscale: #9D9D9D. Windows color (decimal): -4478207 or 109499. OLE color: 109499.

HSL color Cylindrical-coordinate representation of color #BBAB01: hue angle of 54.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBAB01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1871711-
CMYK00.090.990.27
HSL54.84º98.94%36.86%-
HSV(B)54.84º99.47%73.33%-
XYZ35.0639.695.84-
YUV156.440.3149.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.09%
G=47.63%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187171100.090.990.2754.8498.9436.86
HexBBAB109631B376325
Octal2732531011143336714345
Binary10111011101010111010011100011110111101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB01; }

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

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

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

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

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

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

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

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