Html Css Color HEX #BAB075 Dark Khaki

📋 copy color: '#BAB075'

red 186 ◦ green 176 ◦ blue 117

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

Shades of Dark Khaki #BAB075

Tints of Dark Khaki #BAB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 38.83%
G = 36.74%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB075 (or 0xBAB075) is known color: Dark Khaki. HEX triplet: BA, B0 and 75. RGB value is (186,176,117). Sum of RGB (Red+Green+Blue) = 186+176+117=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB075 is #454F8A. Grayscale: #ACACAC. Windows color (decimal): -4542347 or 7712954. OLE color: 7712954.

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

Color convert

RGB 186 176 117 -
CMYK 0 0.05 0.37 0.27
HSL 51.3º 0.33% 0.59% -
HSV(B) 51.3º 0.37% 0.73% -
XYZ 38.99 42.77 23.03 -
YUV 172.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 186 176 117 0 0.05 0.37 0.27 51.3 0.33 0.59
Hex BA B0 75 0 5 25 1B 33 21 3B
Octal 272 260 165 0 5 45 33 63 41 73
Binary 10111010 10110000 1110101 0 101 100101 11011 110011 100001 111011

Color Harmonies of #BAB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB075

Black with #BAB075

Text Example


Text Example

White with #BAB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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