Html Css Color HEX #BAB913 La Rioja

📋 copy color: '#BAB913'

red 186 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #BAB913

Tints of La Rioja #BAB913

RGB

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

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

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

R = 47.69%
G = 47.44%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB913 (or 0xBAB913) is known color: La Rioja. HEX triplet: BA, B9 and 13. RGB value is (186,185,19). Sum of RGB (Red+Green+Blue) = 186+185+19=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB913 is #4546EC. Grayscale: #A7A7A7. Windows color (decimal): -4540141 or 1292730. OLE color: 1292730.

HSL color Cylindrical-coordinate representation of color #BAB913: 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.9%. Process color model (Four color, CMYK) of #BAB913 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 19 -
CMYK 0 0.01 0.90 0.27
HSL 59.64º 0.81% 0.4% -
HSV(B) 59.64º 0.9% 0.73% -
XYZ 37.72 45.18 7.35 -
YUV 166.38 44.83 142 -
System Red Green Blue C M Y K H S L
Decimal 186 185 19 0 0.01 0.90 0.27 59.64 0.81 0.4
Hex BA B9 13 0 1 5A 1B 3C 51 28
Octal 272 271 23 0 1 132 33 74 121 50
Binary 10111010 10111001 10011 0 1 1011010 11011 111100 1010001 101000

Color Harmonies of #BAB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB913

Black with #BAB913

Text Example


Text Example

White with #BAB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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