Html Css Color HEX #BAB718 La Rioja

📋 copy color: '#BAB718'

red 186 ◦ green 183 ◦ blue 24

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

Shades of La Rioja #BAB718

Tints of La Rioja #BAB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.56%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 47.33%
G = 46.56%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAB718 (or 0xBAB718) is known color: La Rioja. HEX triplet: BA, B7 and 18. RGB value is (186,183,24). Sum of RGB (Red+Green+Blue) = 186+183+24=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB718 is #4548E7. Grayscale: #A6A6A6. Windows color (decimal): -4540648 or 1619898. OLE color: 1619898.

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

Color convert

RGB 186 183 24 -
CMYK 0 0.02 0.87 0.27
HSL 58.89º 0.77% 0.41% -
HSV(B) 58.89º 0.87% 0.73% -
XYZ 37.35 44.37 7.46 -
YUV 165.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 186 183 24 0 0.02 0.87 0.27 58.89 0.77 0.41
Hex BA B7 18 0 2 57 1B 3B 4D 29
Octal 272 267 30 0 2 127 33 73 115 51
Binary 10111010 10110111 11000 0 10 1010111 11011 111011 1001101 101001

Color Harmonies of #BAB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB718

Black with #BAB718

Text Example


Text Example

White with #BAB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB718; }

 p { color: rgb(186,183,24); }

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

background-color css

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

 a { background-color: rgb(186,183,24); }

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

border-color css

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

 span { border-color: rgb(186,183,24); }

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