#bbb001

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

Shades of La Rioja #BBB001

Tints of La Rioja #BBB001

Color information

#BBB001 (or 0xBBB001) is unknown color: approx La Rioja. HEX triplet: BB, B0 and 01. RGB value is (187,176,1). Sum of RGB (Red+Green+Blue) = 187+176+1=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB001 is #444FFE. Grayscale: #A0A0A0. Windows color (decimal): -4476927 or 110779. OLE color: 110779.

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

Color convert

RGB1871761-
CMYK00.060.990.27
HSL56.45º98.94%36.86%-
HSV(B)56.45º99.47%73.33%-
XYZ36.0241.626.16-
YUV159.3438.64147.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 176 (69.14% from 255) = 48.35%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=51.37%
G=48.35%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187176100.060.990.2756.4598.9436.86
HexBBB0106631B386325
Octal273260106143337014345
Binary1011101110110000101101100011110111110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb001; }

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

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

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

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

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

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

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

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