#BBB200

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

Shades of La Rioja #BBB200

Tints of La Rioja #BBB200

Color information

#BBB200 (or 0xBBB200) is unknown color: approx La Rioja. HEX triplet: BB, B2 and 00. RGB value is (187,178,0). Sum of RGB (Red+Green+Blue) = 187+178+0=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB200 is #444DFF. Grayscale: #A1A1A1. Windows color (decimal): -4476416 or 45755. OLE color: 45755.

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

Color convert

RGB1871780-
CMYK00.0510.27
HSL57.11º100%36.67%-
HSV(B)57.11º100%73.33%-
XYZ36.4142.416.27-
YUV160.437.48146.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.23%
G=48.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187178000.0510.2757.1110036.67
HexBBB2005641B396425
Octal273262005144337114445
Binary1011101110110010001011100100110111110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB200; }

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

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

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

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

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

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

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

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