#b7927d

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

Shades of Pale Taupe #B7927D

Tints of Pale Taupe #B7927D

Color information

#B7927D (or 0xB7927D) is unknown color: approx Pale Taupe. HEX triplet: B7, 92 and 7D. RGB value is (183,146,125). Sum of RGB (Red+Green+Blue) = 183+146+125=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7927D is #486D82. Grayscale: #9A9A9A. Windows color (decimal): -4746627 or 8229559. OLE color: 8229559.

HSL color Cylindrical-coordinate representation of color #B7927D: hue angle of 21.72º 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 #B7927D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183146125-
CMYK00.200.320.28
HSL21.72º28.71%60.39%-
HSV(B)21.72º31.69%71.76%-
XYZ33.5132.1123.83-
YUV154.67111.26148.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=40.31%
G=32.16%
B=27.53%

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
Decimal18314612500.200.320.2821.7228.7160.39
HexB7927D014201C161d3c
Octal2672221750244034263574
Binary10110111100100101111101010100100000111001011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7927d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7927d; }

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

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

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

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

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

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

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

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