Html Css Color HEX #BAB777 Dark Khaki

📋 copy color: '#BAB777'

red 186 ◦ green 183 ◦ blue 119

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

Shades of Dark Khaki #BAB777

Tints of Dark Khaki #BAB777

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 38.11%
G = 37.5%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAB777 (or 0xBAB777) is known color: Dark Khaki. HEX triplet: BA, B7 and 77. RGB value is (186,183,119). Sum of RGB (Red+Green+Blue) = 186+183+119=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB777 is #454888. Grayscale: #B0B0B0. Windows color (decimal): -4540553 or 7845818. OLE color: 7845818.

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

Color convert

RGB 186 183 119 -
CMYK 0 0.02 0.36 0.27
HSL 57.31º 0.33% 0.6% -
HSV(B) 57.31º 0.36% 0.73% -
XYZ 40.51 45.64 24.13 -
YUV 176.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 186 183 119 0 0.02 0.36 0.27 57.31 0.33 0.6
Hex BA B7 77 0 2 24 1B 39 21 3C
Octal 272 267 167 0 2 44 33 71 41 74
Binary 10111010 10110111 1110111 0 10 100100 11011 111001 100001 111100

Color Harmonies of #BAB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB777

Black with #BAB777

Text Example


Text Example

White with #BAB777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB777; }

 p { color: rgb(186,183,119); }

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

background-color css

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

 a { background-color: rgb(186,183,119); }

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

border-color css

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

 span { border-color: rgb(186,183,119); }

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