Html Css Color HEX #BABB6A Dark Khaki

📋 copy color: '#BABB6A'

red 186 ◦ green 187 ◦ blue 106

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

Shades of Dark Khaki #BABB6A

Tints of Dark Khaki #BABB6A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 38.83%
G = 39.04%
B = 22.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BABB6A (or 0xBABB6A) is known color: Dark Khaki. HEX triplet: BA, BB and 6A. RGB value is (186,187,106). Sum of RGB (Red+Green+Blue) = 186+187+106=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB6A is #454495. Grayscale: #B1B1B1. Windows color (decimal): -4539542 or 6994874. OLE color: 6994874.

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

Color convert

RGB 186 187 106 -
CMYK 0.01 0 0.43 0.27
HSL 60.74º 0.37% 0.57% -
HSV(B) 60.74º 0.43% 0.73% -
XYZ 40.62 47.02 20.57 -
YUV 177.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 186 187 106 0.01 0 0.43 0.27 60.74 0.37 0.57
Hex BA BB 6A 1 0 2B 1B 3D 25 39
Octal 272 273 152 1 0 53 33 75 45 71
Binary 10111010 10111011 1101010 1 0 101011 11011 111101 100101 111001

Color Harmonies of #BABB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB6A

Black with #BABB6A

Text Example


Text Example

White with #BABB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB6A; }

 p { color: rgb(186,187,106); }

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

background-color css

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

 a { background-color: rgb(186,187,106); }

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

border-color css

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

 span { border-color: rgb(186,187,106); }

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