Html Css Color HEX #BAB772 Dark Khaki

📋 copy color: '#BAB772'

red 186 ◦ green 183 ◦ blue 114

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

Shades of Dark Khaki #BAB772

Tints of Dark Khaki #BAB772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 38.51%
G = 37.89%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB772 (or 0xBAB772) is known color: Dark Khaki. HEX triplet: BA, B7 and 72. RGB value is (186,183,114). Sum of RGB (Red+Green+Blue) = 186+183+114=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB772 is #45488D. Grayscale: #B0B0B0. Windows color (decimal): -4540558 or 7518138. OLE color: 7518138.

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

Color convert

RGB 186 183 114 -
CMYK 0 0.02 0.39 0.27
HSL 57.5º 0.34% 0.59% -
HSV(B) 57.5º 0.39% 0.73% -
XYZ 40.22 45.52 22.59 -
YUV 176.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 186 183 114 0 0.02 0.39 0.27 57.5 0.34 0.59
Hex BA B7 72 0 2 27 1B 3A 22 3B
Octal 272 267 162 0 2 47 33 72 42 73
Binary 10111010 10110111 1110010 0 10 100111 11011 111010 100010 111011

Color Harmonies of #BAB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB772

Black with #BAB772

Text Example


Text Example

White with #BAB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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