Html Css Color HEX #BAB504 La Rioja

📋 copy color: '#BAB504'

red 186 ◦ green 181 ◦ blue 4

#BAB504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BAB504

Tints of La Rioja #BAB504

RGB

 RED value IS 186 (73.05% from 255) = 50.13%

 GREEN value IS 181 (71.09% from 255) = 48.79%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 50.13%
G = 48.79%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAB504 (or 0xBAB504) is known color: La Rioja. HEX triplet: BA, B5 and 04. RGB value is (186,181,4). Sum of RGB (Red+Green+Blue) = 186+181+4=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB504 is #454AFB. Grayscale: #A3A3A3. Windows color (decimal): -4541180 or 308666. OLE color: 308666.

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

Color convert

RGB 186 181 4 -
CMYK 0 0.03 0.98 0.27
HSL 58.35º 0.96% 0.37% -
HSV(B) 58.35º 0.98% 0.73% -
XYZ 36.8 43.5 6.57 -
YUV 162.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 186 181 4 0 0.03 0.98 0.27 58.35 0.96 0.37
Hex BA B5 4 0 3 62 1B 3A 60 25
Octal 272 265 4 0 3 142 33 72 140 45
Binary 10111010 10110101 100 0 11 1100010 11011 111010 1100000 100101

Color Harmonies of #BAB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB504

Black with #BAB504

Text Example


Text Example

White with #BAB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB504; }

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

 H1.HeaderClassName
 {
   color: #BAB504;
 }
 .AnyTagClassName
 {
   color: #BAB504;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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