Html Css Color HEX #BAB514 La Rioja

📋 copy color: '#BAB514'

red 186 ◦ green 181 ◦ blue 20

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

Shades of La Rioja #BAB514

Tints of La Rioja #BAB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

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

R = 48.06%
G = 46.77%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAB514 (or 0xBAB514) is known color: La Rioja. HEX triplet: BA, B5 and 14. RGB value is (186,181,20). Sum of RGB (Red+Green+Blue) = 186+181+20=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB514 is #454AEB. Grayscale: #A4A4A4. Windows color (decimal): -4541164 or 1357242. OLE color: 1357242.

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

Color convert

RGB 186 181 20 -
CMYK 0 0.03 0.89 0.27
HSL 58.19º 0.81% 0.4% -
HSV(B) 58.19º 0.89% 0.73% -
XYZ 36.9 43.54 7.12 -
YUV 164.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 186 181 20 0 0.03 0.89 0.27 58.19 0.81 0.4
Hex BA B5 14 0 3 59 1B 3A 51 28
Octal 272 265 24 0 3 131 33 72 121 50
Binary 10111010 10110101 10100 0 11 1011001 11011 111010 1010001 101000

Color Harmonies of #BAB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB514

Black with #BAB514

Text Example


Text Example

White with #BAB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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