Html Css Color HEX #B7B171 Dark Khaki

📋 copy color: '#B7B171'

red 183 ◦ green 177 ◦ blue 113

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

Shades of Dark Khaki #B7B171

Tints of Dark Khaki #B7B171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 38.69%
G = 37.42%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B7B171 (or 0xB7B171) is known color: Dark Khaki. HEX triplet: B7, B1 and 71. RGB value is (183,177,113). Sum of RGB (Red+Green+Blue) = 183+177+113=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B171 is #484E8E. Grayscale: #ABABAB. Windows color (decimal): -4738703 or 7451063. OLE color: 7451063.

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

Color convert

RGB 183 177 113 -
CMYK 0 0.03 0.38 0.28
HSL 54.86º 0.33% 0.58% -
HSV(B) 54.86º 0.38% 0.72% -
XYZ 38.23 42.7 21.85 -
YUV 171.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 183 177 113 0 0.03 0.38 0.28 54.86 0.33 0.58
Hex B7 B1 71 0 3 26 1C 37 21 3A
Octal 267 261 161 0 3 46 34 67 41 72
Binary 10110111 10110001 1110001 0 11 100110 11100 110111 100001 111010

Color Harmonies of #B7B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B171

Black with #B7B171

Text Example


Text Example

White with #B7B171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B171; }

 p { color: rgb(183,177,113); }

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

background-color css

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

 a { background-color: rgb(183,177,113); }

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

border-color css

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

 span { border-color: rgb(183,177,113); }

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