Html Css Color HEX #BAB914 La Rioja

📋 copy color: '#BAB914'

red 186 ◦ green 185 ◦ blue 20

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

Shades of La Rioja #BAB914

Tints of La Rioja #BAB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

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

R = 47.57%
G = 47.31%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAB914 (or 0xBAB914) is known color: La Rioja. HEX triplet: BA, B9 and 14. RGB value is (186,185,20). Sum of RGB (Red+Green+Blue) = 186+185+20=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB914 is #4546EB. Grayscale: #A7A7A7. Windows color (decimal): -4540140 or 1358266. OLE color: 1358266.

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

Color convert

RGB 186 185 20 -
CMYK 0 0.01 0.89 0.27
HSL 59.64º 0.81% 0.4% -
HSV(B) 59.64º 0.89% 0.73% -
XYZ 37.72 45.19 7.4 -
YUV 166.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 186 185 20 0 0.01 0.89 0.27 59.64 0.81 0.4
Hex BA B9 14 0 1 59 1B 3C 51 28
Octal 272 271 24 0 1 131 33 74 121 50
Binary 10111010 10111001 10100 0 1 1011001 11011 111100 1010001 101000

Color Harmonies of #BAB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB914

Black with #BAB914

Text Example


Text Example

White with #BAB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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