#BBB000

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

Shades of La Rioja #BBB000

Tints of La Rioja #BBB000

Color information

#BBB000 (or 0xBBB000) is unknown color: approx La Rioja. HEX triplet: BB, B0 and 00. RGB value is (187,176,0). Sum of RGB (Red+Green+Blue) = 187+176+0=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB000 is #444FFF. Grayscale: #9F9F9F. Windows color (decimal): -4476928 or 45243. OLE color: 45243.

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

Color convert

RGB1871760-
CMYK00.0610.27
HSL56.47º100%36.67%-
HSV(B)56.47º100%73.33%-
XYZ36.0241.626.13-
YUV159.2238.14147.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.52%
G=48.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187176000.0610.2756.4710036.67
HexBBB0006641B386425
Octal273260006144337014445
Binary1011101110110000001101100100110111110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB000; }

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

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

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

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

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

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

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

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