Html Css Color HEX #B7AD6F Dark Khaki

📋 copy color: '#B7AD6F'

red 183 ◦ green 173 ◦ blue 111

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

Shades of Dark Khaki #B7AD6F

Tints of Dark Khaki #B7AD6F

RGB

 RED value IS 183 (71.88% from 255) = 39.19%

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 39.19%
G = 37.04%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7AD6F (or 0xB7AD6F) is known color: Dark Khaki. HEX triplet: B7, AD and 6F. RGB value is (183,173,111). Sum of RGB (Red+Green+Blue) = 183+173+111=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD6F is #485290. Grayscale: #A9A9A9. Windows color (decimal): -4739729 or 7318967. OLE color: 7318967.

HSL color Cylindrical-coordinate representation of color #B7AD6F: hue angle of 51.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7AD6F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 111 -
CMYK 0 0.05 0.39 0.28
HSL 51.67º 0.33% 0.58% -
HSV(B) 51.67º 0.39% 0.72% -
XYZ 37.34 41.1 21 -
YUV 168.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 183 173 111 0 0.05 0.39 0.28 51.67 0.33 0.58
Hex B7 AD 6F 0 5 27 1C 34 21 3A
Octal 267 255 157 0 5 47 34 64 41 72
Binary 10110111 10101101 1101111 0 101 100111 11100 110100 100001 111010

Color Harmonies of #B7AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD6F

Black with #B7AD6F

Text Example


Text Example

White with #B7AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD6F; }

 p { color: rgb(183,173,111); }

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

background-color css

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

 a { background-color: rgb(183,173,111); }

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

border-color css

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

 span { border-color: rgb(183,173,111); }

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