Html Css Color HEX #B3AD6E Dark Khaki

📋 copy color: '#B3AD6E'

red 179 ◦ green 173 ◦ blue 110

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

Shades of Dark Khaki #B3AD6E

Tints of Dark Khaki #B3AD6E

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

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

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

R = 38.74%
G = 37.45%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3AD6E (or 0xB3AD6E) is known color: Dark Khaki. HEX triplet: B3, AD and 6E. RGB value is (179,173,110). Sum of RGB (Red+Green+Blue) = 179+173+110=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD6E is #4C5291. Grayscale: #A7A7A7. Windows color (decimal): -5001874 or 7253427. OLE color: 7253427.

HSL color Cylindrical-coordinate representation of color #B3AD6E: hue angle of 54.78º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3AD6E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 110 -
CMYK 0 0.03 0.39 0.30
HSL 54.78º 0.31% 0.57% -
HSV(B) 54.78º 0.39% 0.7% -
XYZ 36.35 40.6 20.67 -
YUV 167.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 179 173 110 0 0.03 0.39 0.30 54.78 0.31 0.57
Hex B3 AD 6E 0 3 27 1E 37 1F 39
Octal 263 255 156 0 3 47 36 67 37 71
Binary 10110011 10101101 1101110 0 11 100111 11110 110111 11111 111001

Color Harmonies of #B3AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD6E

Black with #B3AD6E

Text Example


Text Example

White with #B3AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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