Html Css Color HEX #BAB277 Dark Khaki

📋 copy color: '#BAB277'

red 186 ◦ green 178 ◦ blue 119

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

Shades of Dark Khaki #BAB277

Tints of Dark Khaki #BAB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 38.51%
G = 36.85%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAB277 (or 0xBAB277) is known color: Dark Khaki. HEX triplet: BA, B2 and 77. RGB value is (186,178,119). Sum of RGB (Red+Green+Blue) = 186+178+119=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB277 is #454D88. Grayscale: #ADADAD. Windows color (decimal): -4541833 or 7844538. OLE color: 7844538.

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

Color convert

RGB 186 178 119 -
CMYK 0 0.04 0.36 0.27
HSL 52.84º 0.33% 0.6% -
HSV(B) 52.84º 0.36% 0.73% -
XYZ 39.5 43.61 23.79 -
YUV 173.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 186 178 119 0 0.04 0.36 0.27 52.84 0.33 0.6
Hex BA B2 77 0 4 24 1B 35 21 3C
Octal 272 262 167 0 4 44 33 65 41 74
Binary 10111010 10110010 1110111 0 100 100100 11011 110101 100001 111100

Color Harmonies of #BAB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB277

Black with #BAB277

Text Example


Text Example

White with #BAB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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