#BBB804

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

Shades of La Rioja #BBB804

Tints of La Rioja #BBB804

Color information

#BBB804 (or 0xBBB804) is unknown color: approx La Rioja. HEX triplet: BB, B8 and 04. RGB value is (187,184,4). Sum of RGB (Red+Green+Blue) = 187+184+4=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB804 is #4447FB. Grayscale: #A5A5A5. Windows color (decimal): -4474876 or 309435. OLE color: 309435.

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

Color convert

RGB1871844-
CMYK00.020.980.27
HSL59.02º95.81%37.45%-
HSV(B)59.02º97.86%73.33%-
XYZ37.6644.856.79-
YUV164.3837.49144.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=49.87%
G=49.07%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187184400.020.980.2759.0295.8137.45
HexBBB8402621B3b6025
Octal273270402142337314045
Binary10111011101110001000101100010110111110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB804; }

 p { color: rgb(187,184,4); }

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

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

 a { background-color: rgb(187,184,4); }

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

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

 span { border-color: rgb(187,184,4); }

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