#B8927B

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

Shades of Pale Taupe #B8927B

Tints of Pale Taupe #B8927B

Color information

#B8927B (or 0xB8927B) is unknown color: approx Pale Taupe. HEX triplet: B8, 92 and 7B. RGB value is (184,146,123). Sum of RGB (Red+Green+Blue) = 184+146+123=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8927B is #476D84. Grayscale: #9A9A9A. Windows color (decimal): -4681093 or 8098488. OLE color: 8098488.

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

Color convert

RGB184146123-
CMYK00.210.330.28
HSL22.62º30.05%60.2%-
HSV(B)22.62º33.15%72.16%-
XYZ33.6232.1823.18-
YUV154.74110.09148.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=40.62%
G=32.23%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414612300.210.330.2822.6230.0560.2
HexB8927B015211C171e3c
Octal2702221730254134273674
Binary10111000100100101111011010101100001111001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8927B; }

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

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

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

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

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

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

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

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