Html Css Color HEX #BAB675 Dark Khaki

📋 copy color: '#BAB675'

red 186 ◦ green 182 ◦ blue 117

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

Shades of Dark Khaki #BAB675

Tints of Dark Khaki #BAB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

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

R = 38.35%
G = 37.53%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB675 (or 0xBAB675) is known color: Dark Khaki. HEX triplet: BA, B6 and 75. RGB value is (186,182,117). Sum of RGB (Red+Green+Blue) = 186+182+117=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB675 is #45498A. Grayscale: #B0B0B0. Windows color (decimal): -4540811 or 7714490. OLE color: 7714490.

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

Color convert

RGB 186 182 117 -
CMYK 0 0.02 0.37 0.27
HSL 56.52º 0.33% 0.59% -
HSV(B) 56.52º 0.37% 0.73% -
XYZ 40.19 45.18 23.43 -
YUV 175.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 186 182 117 0 0.02 0.37 0.27 56.52 0.33 0.59
Hex BA B6 75 0 2 25 1B 39 21 3B
Octal 272 266 165 0 2 45 33 71 41 73
Binary 10111010 10110110 1110101 0 10 100101 11011 111001 100001 111011

Color Harmonies of #BAB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB675

Black with #BAB675

Text Example


Text Example

White with #BAB675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB675; }

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

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

background-color css

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

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

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

border-color css

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

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

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