Html Css Color HEX #BAB872 Dark Khaki

📋 copy color: '#BAB872'

red 186 ◦ green 184 ◦ blue 114

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

Shades of Dark Khaki #BAB872

Tints of Dark Khaki #BAB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

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

R = 38.43%
G = 38.02%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB872 (or 0xBAB872) is known color: Dark Khaki. HEX triplet: BA, B8 and 72. RGB value is (186,184,114). Sum of RGB (Red+Green+Blue) = 186+184+114=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB872 is #45478D. Grayscale: #B0B0B0. Windows color (decimal): -4540302 or 7518394. OLE color: 7518394.

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

Color convert

RGB 186 184 114 -
CMYK 0 0.01 0.39 0.27
HSL 58.33º 0.34% 0.59% -
HSV(B) 58.33º 0.39% 0.73% -
XYZ 40.43 45.93 22.66 -
YUV 176.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 186 184 114 0 0.01 0.39 0.27 58.33 0.34 0.59
Hex BA B8 72 0 1 27 1B 3A 22 3B
Octal 272 270 162 0 1 47 33 72 42 73
Binary 10111010 10111000 1110010 0 1 100111 11011 111010 100010 111011

Color Harmonies of #BAB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB872

Black with #BAB872

Text Example


Text Example

White with #BAB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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