Html Css Color HEX #BAB815 La Rioja

📋 copy color: '#BAB815'

red 186 ◦ green 184 ◦ blue 21

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

Shades of La Rioja #BAB815

Tints of La Rioja #BAB815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 47.57%
G = 47.06%
B = 5.37%

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

#BAB815 (or 0xBAB815) is known color: La Rioja. HEX triplet: BA, B8 and 15. RGB value is (186,184,21). Sum of RGB (Red+Green+Blue) = 186+184+21=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB815 is #4547EA. Grayscale: #A6A6A6. Windows color (decimal): -4540395 or 1423546. OLE color: 1423546.

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

Color convert

RGB 186 184 21 -
CMYK 0 0.01 0.89 0.27
HSL 59.27º 0.8% 0.41% -
HSV(B) 59.27º 0.89% 0.73% -
XYZ 37.53 44.77 7.37 -
YUV 166.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 186 184 21 0 0.01 0.89 0.27 59.27 0.8 0.41
Hex BA B8 15 0 1 59 1B 3B 50 29
Octal 272 270 25 0 1 131 33 73 120 51
Binary 10111010 10111000 10101 0 1 1011001 11011 111011 1010000 101001

Color Harmonies of #BAB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB815

Black with #BAB815

Text Example


Text Example

White with #BAB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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