#BBB502

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

Shades of La Rioja #BBB502

Tints of La Rioja #BBB502

Color information

#BBB502 (or 0xBBB502) is unknown color: approx La Rioja. HEX triplet: BB, B5 and 02. RGB value is (187,181,2). Sum of RGB (Red+Green+Blue) = 187+181+2=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB502 is #444AFD. Grayscale: #A3A3A3. Windows color (decimal): -4475646 or 177595. OLE color: 177595.

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

Color convert

RGB1871812-
CMYK00.030.990.27
HSL58.05º97.88%37.06%-
HSV(B)58.05º98.93%73.33%-
XYZ37.0343.626.52-
YUV162.3937.49145.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=50.54%
G=48.92%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187181200.030.990.2758.0597.8837.06
HexBBB5203631B3a6225
Octal273265203143337214245
Binary1011101110110101100111100011110111110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB502; }

 p { color: rgb(187,181,2); }

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

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

 a { background-color: rgb(187,181,2); }

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

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

 span { border-color: rgb(187,181,2); }

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