Html Css Color HEX #BAB56B Dark Khaki

📋 copy color: '#BAB56B'

red 186 ◦ green 181 ◦ blue 107

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

Shades of Dark Khaki #BAB56B

Tints of Dark Khaki #BAB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 39.24%
G = 38.19%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB56B (or 0xBAB56B) is known color: Dark Khaki. HEX triplet: BA, B5 and 6B. RGB value is (186,181,107). Sum of RGB (Red+Green+Blue) = 186+181+107=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB56B is #454A94. Grayscale: #AEAEAE. Windows color (decimal): -4541077 or 7058874. OLE color: 7058874.

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

Color convert

RGB 186 181 107 -
CMYK 0 0.03 0.42 0.27
HSL 56.2º 0.36% 0.57% -
HSV(B) 56.2º 0.42% 0.73% -
XYZ 39.43 44.55 20.43 -
YUV 174.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 186 181 107 0 0.03 0.42 0.27 56.2 0.36 0.57
Hex BA B5 6B 0 3 2A 1B 38 24 39
Octal 272 265 153 0 3 52 33 70 44 71
Binary 10111010 10110101 1101011 0 11 101010 11011 111000 100100 111001

Color Harmonies of #BAB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB56B

Black with #BAB56B

Text Example


Text Example

White with #BAB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB56B; }

 p { color: rgb(186,181,107); }

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

background-color css

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

 a { background-color: rgb(186,181,107); }

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

border-color css

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

 span { border-color: rgb(186,181,107); }

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