#BAB503

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

Shades of La Rioja #BAB503

Tints of La Rioja #BAB503

Color information

#BAB503 (or 0xBAB503) is unknown color: approx La Rioja. HEX triplet: BA, B5 and 03. RGB value is (186,181,3). Sum of RGB (Red+Green+Blue) = 186+181+3=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB503 is #454AFC. Grayscale: #A2A2A2. Windows color (decimal): -4541181 or 243130. OLE color: 243130.

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

Color convert

RGB1861813-
CMYK00.030.980.27
HSL58.36º96.83%37.06%-
HSV(B)58.36º98.39%72.94%-
XYZ36.7943.496.54-
YUV162.238.16144.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=50.27%
G=48.92%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186181300.030.980.2758.3696.8337.06
HexBAB5303621B3a6125
Octal272265303142337214145
Binary1011101010110101110111100010110111110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB503; }

 p { color: rgb(186,181,3); }

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

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

 a { background-color: rgb(186,181,3); }

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

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

 span { border-color: rgb(186,181,3); }

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