Html Css Color HEX #BAAF6D Dark Khaki

📋 copy color: '#BAAF6D'

red 186 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #BAAF6D

Tints of Dark Khaki #BAAF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 39.57%
G = 37.23%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAAF6D (or 0xBAAF6D) is known color: Dark Khaki. HEX triplet: BA, AF and 6D. RGB value is (186,175,109). Sum of RGB (Red+Green+Blue) = 186+175+109=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF6D is #455092. Grayscale: #ABABAB. Windows color (decimal): -4542611 or 7188410. OLE color: 7188410.

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

Color convert

RGB 186 175 109 -
CMYK 0 0.06 0.41 0.27
HSL 51.43º 0.36% 0.58% -
HSV(B) 51.43º 0.41% 0.73% -
XYZ 38.34 42.2 20.59 -
YUV 170.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 186 175 109 0 0.06 0.41 0.27 51.43 0.36 0.58
Hex BA AF 6D 0 6 29 1B 33 24 3A
Octal 272 257 155 0 6 51 33 63 44 72
Binary 10111010 10101111 1101101 0 110 101001 11011 110011 100100 111010

Color Harmonies of #BAAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF6D

Black with #BAAF6D

Text Example


Text Example

White with #BAAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF6D; }

 p { color: rgb(186,175,109); }

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

background-color css

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

 a { background-color: rgb(186,175,109); }

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

border-color css

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

 span { border-color: rgb(186,175,109); }

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