Html Css Color HEX #BAB114 La Rioja

📋 copy color: '#BAB114'

red 186 ◦ green 177 ◦ blue 20

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

Shades of La Rioja #BAB114

Tints of La Rioja #BAB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 48.56%
G = 46.21%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAB114 (or 0xBAB114) is known color: La Rioja. HEX triplet: BA, B1 and 14. RGB value is (186,177,20). Sum of RGB (Red+Green+Blue) = 186+177+20=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB114 is #454EEB. Grayscale: #A2A2A2. Windows color (decimal): -4542188 or 1356218. OLE color: 1356218.

HSL color Cylindrical-coordinate representation of color #BAB114: hue angle of 56.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB114 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 20 -
CMYK 0 0.05 0.89 0.27
HSL 56.75º 0.81% 0.4% -
HSV(B) 56.75º 0.89% 0.73% -
XYZ 36.1 41.93 6.85 -
YUV 161.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 186 177 20 0 0.05 0.89 0.27 56.75 0.81 0.4
Hex BA B1 14 0 5 59 1B 39 51 28
Octal 272 261 24 0 5 131 33 71 121 50
Binary 10111010 10110001 10100 0 101 1011001 11011 111001 1010001 101000

Color Harmonies of #BAB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB114

Black with #BAB114

Text Example


Text Example

White with #BAB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB114; }

 p { color: rgb(186,177,20); }

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

background-color css

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

 a { background-color: rgb(186,177,20); }

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

border-color css

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

 span { border-color: rgb(186,177,20); }

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