Html Css Color HEX #BAB574 Dark Khaki

📋 copy color: '#BAB574'

red 186 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #BAB574

Tints of Dark Khaki #BAB574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 38.51%
G = 37.47%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB574 (or 0xBAB574) is known color: Dark Khaki. HEX triplet: BA, B5 and 74. RGB value is (186,181,116). Sum of RGB (Red+Green+Blue) = 186+181+116=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB574 is #454A8B. Grayscale: #AFAFAF. Windows color (decimal): -4541068 or 7648698. OLE color: 7648698.

HSL color Cylindrical-coordinate representation of color #BAB574: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAB574 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 116 -
CMYK 0 0.03 0.38 0.27
HSL 55.71º 0.34% 0.59% -
HSV(B) 55.71º 0.38% 0.73% -
XYZ 39.93 44.75 23.06 -
YUV 175.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 186 181 116 0 0.03 0.38 0.27 55.71 0.34 0.59
Hex BA B5 74 0 3 26 1B 38 22 3B
Octal 272 265 164 0 3 46 33 70 42 73
Binary 10111010 10110101 1110100 0 11 100110 11011 111000 100010 111011

Color Harmonies of #BAB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB574

Black with #BAB574

Text Example


Text Example

White with #BAB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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