Html Css Color HEX #BAB814 La Rioja

📋 copy color: '#BAB814'

red 186 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #BAB814

Tints of La Rioja #BAB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

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

R = 47.69%
G = 47.18%
B = 5.13%

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

#BAB814 (or 0xBAB814) is known color: La Rioja. HEX triplet: BA, B8 and 14. RGB value is (186,184,20). Sum of RGB (Red+Green+Blue) = 186+184+20=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB814 is #4547EB. Grayscale: #A6A6A6. Windows color (decimal): -4540396 or 1358010. OLE color: 1358010.

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

Color convert

RGB 186 184 20 -
CMYK 0 0.01 0.89 0.27
HSL 59.28º 0.81% 0.4% -
HSV(B) 59.28º 0.89% 0.73% -
XYZ 37.52 44.77 7.33 -
YUV 165.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 186 184 20 0 0.01 0.89 0.27 59.28 0.81 0.4
Hex BA B8 14 0 1 59 1B 3B 51 28
Octal 272 270 24 0 1 131 33 73 121 50
Binary 10111010 10111000 10100 0 1 1011001 11011 111011 1010001 101000

Color Harmonies of #BAB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB814

Black with #BAB814

Text Example


Text Example

White with #BAB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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