Html Css Color HEX #BAB272 Dark Khaki

📋 copy color: '#BAB272'

red 186 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #BAB272

Tints of Dark Khaki #BAB272

RGB

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

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

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

R = 38.91%
G = 37.24%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB272 (or 0xBAB272) is known color: Dark Khaki. HEX triplet: BA, B2 and 72. RGB value is (186,178,114). Sum of RGB (Red+Green+Blue) = 186+178+114=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB272 is #454D8D. Grayscale: #ADADAD. Windows color (decimal): -4541838 or 7516858. OLE color: 7516858.

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

Color convert

RGB 186 178 114 -
CMYK 0 0.04 0.39 0.27
HSL 53.33º 0.34% 0.59% -
HSV(B) 53.33º 0.39% 0.73% -
XYZ 39.21 43.49 22.25 -
YUV 173.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 186 178 114 0 0.04 0.39 0.27 53.33 0.34 0.59
Hex BA B2 72 0 4 27 1B 35 22 3B
Octal 272 262 162 0 4 47 33 65 42 73
Binary 10111010 10110010 1110010 0 100 100111 11011 110101 100010 111011

Color Harmonies of #BAB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB272

Black with #BAB272

Text Example


Text Example

White with #BAB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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