Html Css Color HEX #BAB575 Dark Khaki

📋 copy color: '#BAB575'

red 186 ◦ green 181 ◦ blue 117

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

Shades of Dark Khaki #BAB575

Tints of Dark Khaki #BAB575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 38.43%
G = 37.4%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB575 (or 0xBAB575) is known color: Dark Khaki. HEX triplet: BA, B5 and 75. RGB value is (186,181,117). Sum of RGB (Red+Green+Blue) = 186+181+117=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB575 is #454A8A. Grayscale: #AFAFAF. Windows color (decimal): -4541067 or 7714234. OLE color: 7714234.

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

Color convert

RGB 186 181 117 -
CMYK 0 0.03 0.37 0.27
HSL 55.65º 0.33% 0.59% -
HSV(B) 55.65º 0.37% 0.73% -
XYZ 39.98 44.77 23.36 -
YUV 175.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 186 181 117 0 0.03 0.37 0.27 55.65 0.33 0.59
Hex BA B5 75 0 3 25 1B 38 21 3B
Octal 272 265 165 0 3 45 33 70 41 73
Binary 10111010 10110101 1110101 0 11 100101 11011 111000 100001 111011

Color Harmonies of #BAB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB575

Black with #BAB575

Text Example


Text Example

White with #BAB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB575; }

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

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

background-color css

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

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

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

border-color css

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

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

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