Html Css Color HEX #BAB213 La Rioja

📋 copy color: '#BAB213'

red 186 ◦ green 178 ◦ blue 19

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

Shades of La Rioja #BAB213

Tints of La Rioja #BAB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 48.56%
G = 46.48%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB213 (or 0xBAB213) is known color: La Rioja. HEX triplet: BA, B2 and 13. RGB value is (186,178,19). Sum of RGB (Red+Green+Blue) = 186+178+19=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB213 is #454DEC. Grayscale: #A2A2A2. Windows color (decimal): -4541933 or 1290938. OLE color: 1290938.

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

Color convert

RGB 186 178 19 -
CMYK 0 0.04 0.90 0.27
HSL 57.13º 0.81% 0.4% -
HSV(B) 57.13º 0.9% 0.73% -
XYZ 36.29 42.33 6.87 -
YUV 162.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 186 178 19 0 0.04 0.90 0.27 57.13 0.81 0.4
Hex BA B2 13 0 4 5A 1B 39 51 28
Octal 272 262 23 0 4 132 33 71 121 50
Binary 10111010 10110010 10011 0 100 1011010 11011 111001 1010001 101000

Color Harmonies of #BAB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB213

Black with #BAB213

Text Example


Text Example

White with #BAB213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB213; }

 p { color: rgb(186,178,19); }

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

background-color css

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

 a { background-color: rgb(186,178,19); }

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

border-color css

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

 span { border-color: rgb(186,178,19); }

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