Html Css Color HEX #BAB375 Dark Khaki

📋 copy color: '#BAB375'

red 186 ◦ green 179 ◦ blue 117

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

Shades of Dark Khaki #BAB375

Tints of Dark Khaki #BAB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 38.59%
G = 37.14%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB375 (or 0xBAB375) is known color: Dark Khaki. HEX triplet: BA, B3 and 75. RGB value is (186,179,117). Sum of RGB (Red+Green+Blue) = 186+179+117=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB375 is #454C8A. Grayscale: #AEAEAE. Windows color (decimal): -4541579 or 7713722. OLE color: 7713722.

HSL color Cylindrical-coordinate representation of color #BAB375: hue angle of 53.91º 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 #BAB375 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 117 -
CMYK 0 0.04 0.37 0.27
HSL 53.91º 0.33% 0.59% -
HSV(B) 53.91º 0.37% 0.73% -
XYZ 39.58 43.96 23.23 -
YUV 174.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 186 179 117 0 0.04 0.37 0.27 53.91 0.33 0.59
Hex BA B3 75 0 4 25 1B 36 21 3B
Octal 272 263 165 0 4 45 33 66 41 73
Binary 10111010 10110011 1110101 0 100 100101 11011 110110 100001 111011

Color Harmonies of #BAB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB375

Black with #BAB375

Text Example


Text Example

White with #BAB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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