#B8927D

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

Shades of Pale Taupe #B8927D

Tints of Pale Taupe #B8927D

Color information

#B8927D (or 0xB8927D) is unknown color: approx Pale Taupe. HEX triplet: B8, 92 and 7D. RGB value is (184,146,125). Sum of RGB (Red+Green+Blue) = 184+146+125=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8927D is #476D82. Grayscale: #9B9B9B. Windows color (decimal): -4681091 or 8229560. OLE color: 8229560.

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

Color convert

RGB184146125-
CMYK00.210.320.28
HSL21.36º29.35%60.59%-
HSV(B)21.36º32.07%72.16%-
XYZ33.7532.2323.84-
YUV154.97111.09148.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=40.44%
G=32.09%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414612500.210.320.2821.3629.3560.59
HexB8927D015201C151d3d
Octal2702221750254034253575
Binary10111000100100101111101010101100000111001010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8927D; }

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

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

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

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

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

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

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

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