#BAB605

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

Shades of La Rioja #BAB605

Tints of La Rioja #BAB605

Color information

#BAB605 (or 0xBAB605) is unknown color: approx La Rioja. HEX triplet: BA, B6 and 05. RGB value is (186,182,5). Sum of RGB (Red+Green+Blue) = 186+182+5=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB605 is #4549FA. Grayscale: #A3A3A3. Windows color (decimal): -4540923 or 374458. OLE color: 374458.

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

Color convert

RGB1861825-
CMYK00.020.970.27
HSL58.67º94.76%37.45%-
HSV(B)58.67º97.31%72.94%-
XYZ37.0143.916.67-
YUV163.0238.83144.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=49.87%
G=48.79%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186182500.020.970.2758.6794.7637.45
HexBAB6502611B3b5f25
Octal272266502141337313745
Binary10111010101101101010101100001110111110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB605; }

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

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

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

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

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

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

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

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