#BAB805

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

Shades of La Rioja #BAB805

Tints of La Rioja #BAB805

Color information

#BAB805 (or 0xBAB805) is unknown color: approx La Rioja. HEX triplet: BA, B8 and 05. RGB value is (186,184,5). Sum of RGB (Red+Green+Blue) = 186+184+5=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB805 is #4547FA. Grayscale: #A4A4A4. Windows color (decimal): -4540411 or 374970. OLE color: 374970.

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

Color convert

RGB1861845-
CMYK00.010.970.27
HSL59.34º94.76%37.45%-
HSV(B)59.34º97.31%72.94%-
XYZ37.4244.736.81-
YUV164.1938.16143.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 5 (2.34% from 255) = 1.33%
R=49.6%
G=49.07%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186184500.010.970.2759.3494.7637.45
HexBAB8501611B3b5f25
Octal272270501141337313745
Binary1011101010111000101011100001110111110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB805; }

 p { color: rgb(186,184,5); }

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

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

 a { background-color: rgb(186,184,5); }

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

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

 span { border-color: rgb(186,184,5); }

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