Html Css Color HEX #BAB512 La Rioja

📋 copy color: '#BAB512'

red 186 ◦ green 181 ◦ blue 18

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

Shades of La Rioja #BAB512

Tints of La Rioja #BAB512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 48.31%
G = 47.01%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB512 (or 0xBAB512) is known color: La Rioja. HEX triplet: BA, B5 and 12. RGB value is (186,181,18). Sum of RGB (Red+Green+Blue) = 186+181+18=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB512 is #454AED. Grayscale: #A4A4A4. Windows color (decimal): -4541166 or 1226170. OLE color: 1226170.

HSL color Cylindrical-coordinate representation of color #BAB512: hue angle of 58.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAB512 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 18 -
CMYK 0 0.03 0.90 0.27
HSL 58.21º 0.82% 0.4% -
HSV(B) 58.21º 0.9% 0.73% -
XYZ 36.88 43.53 7.03 -
YUV 163.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 186 181 18 0 0.03 0.90 0.27 58.21 0.82 0.4
Hex BA B5 12 0 3 5A 1B 3A 52 28
Octal 272 265 22 0 3 132 33 72 122 50
Binary 10111010 10110101 10010 0 11 1011010 11011 111010 1010010 101000

Color Harmonies of #BAB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB512

Black with #BAB512

Text Example


Text Example

White with #BAB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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