Html Css Color HEX #BAB412 La Rioja

📋 copy color: '#BAB412'

red 186 ◦ green 180 ◦ blue 18

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

Shades of La Rioja #BAB412

Tints of La Rioja #BAB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

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

R = 48.44%
G = 46.88%
B = 4.69%

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

#BAB412 (or 0xBAB412) is known color: La Rioja. HEX triplet: BA, B4 and 12. RGB value is (186,180,18). Sum of RGB (Red+Green+Blue) = 186+180+18=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB412 is #454BED. Grayscale: #A3A3A3. Windows color (decimal): -4541422 or 1225914. OLE color: 1225914.

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

Color convert

RGB 186 180 18 -
CMYK 0 0.03 0.90 0.27
HSL 57.86º 0.82% 0.4% -
HSV(B) 57.86º 0.9% 0.73% -
XYZ 36.68 43.13 6.96 -
YUV 163.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 186 180 18 0 0.03 0.90 0.27 57.86 0.82 0.4
Hex BA B4 12 0 3 5A 1B 3A 52 28
Octal 272 264 22 0 3 132 33 72 122 50
Binary 10111010 10110100 10010 0 11 1011010 11011 111010 1010010 101000

Color Harmonies of #BAB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB412

Black with #BAB412

Text Example


Text Example

White with #BAB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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