Html Css Color HEX #B6AD6E Dark Khaki

📋 copy color: '#B6AD6E'

red 182 ◦ green 173 ◦ blue 110

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

Shades of Dark Khaki #B6AD6E

Tints of Dark Khaki #B6AD6E

RGB

 RED value IS 182 (71.48% from 255) = 39.14%

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 39.14%
G = 37.2%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6AD6E (or 0xB6AD6E) is known color: Dark Khaki. HEX triplet: B6, AD and 6E. RGB value is (182,173,110). Sum of RGB (Red+Green+Blue) = 182+173+110=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD6E is #495291. Grayscale: #A8A8A8. Windows color (decimal): -4805266 or 7253430. OLE color: 7253430.

HSL color Cylindrical-coordinate representation of color #B6AD6E: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6AD6E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 110 -
CMYK 0 0.05 0.40 0.29
HSL 52.5º 0.33% 0.57% -
HSV(B) 52.5º 0.4% 0.71% -
XYZ 37.05 40.96 20.7 -
YUV 168.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 182 173 110 0 0.05 0.40 0.29 52.5 0.33 0.57
Hex B6 AD 6E 0 5 28 1D 34 21 39
Octal 266 255 156 0 5 50 35 64 41 71
Binary 10110110 10101101 1101110 0 101 101000 11101 110100 100001 111001

Color Harmonies of #B6AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD6E

Black with #B6AD6E

Text Example


Text Example

White with #B6AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD6E; }

 p { color: rgb(182,173,110); }

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

background-color css

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

 a { background-color: rgb(182,173,110); }

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

border-color css

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

 span { border-color: rgb(182,173,110); }

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