#B7937D

Color #B7937D Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B7937D

Tints of Pale Taupe #B7937D

Color information

#B7937D (or 0xB7937D) is unknown color: approx Pale Taupe. HEX triplet: B7, 93 and 7D. RGB value is (183,147,125). Sum of RGB (Red+Green+Blue) = 183+147+125=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7937D is #486C82. Grayscale: #9B9B9B. Windows color (decimal): -4746371 or 8229815. OLE color: 8229815.

HSL color Cylindrical-coordinate representation of color #B7937D: hue angle of 22.76º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7937D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183147125-
CMYK00.200.320.28
HSL22.76º28.71%60.39%-
HSV(B)22.76º31.69%71.76%-
XYZ33.6632.4223.88-
YUV155.26110.93147.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=40.22%
G=32.31%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314712500.200.320.2822.7628.7160.39
HexB7937D014201C171d3c
Octal2672231750244034273574
Binary10110111100100111111101010100100000111001011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7937D; }

 p { color: rgb(183,147,125); }

 H1.HeaderClassName
 {
   color: #B7937D;
 }
 .AnyTagClassName
 {
   color: #B7937D;
 }
</style>
background-color css

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

 a { background-color: rgb(183,147,125); }

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

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

 span { border-color: rgb(183,147,125); }

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