#B89C7B

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

Shades of Pale Taupe #B89C7B

Tints of Pale Taupe #B89C7B

Color information

#B89C7B (or 0xB89C7B) is unknown color: approx Pale Taupe. HEX triplet: B8, 9C and 7B. RGB value is (184,156,123). Sum of RGB (Red+Green+Blue) = 184+156+123=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7B is #476384. Grayscale: #A0A0A0. Windows color (decimal): -4678533 or 8101048. OLE color: 8101048.

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

Color convert

RGB184156123-
CMYK00.150.330.28
HSL32.46º30.05%60.2%-
HSV(B)32.46º33.15%72.16%-
XYZ35.2335.423.71-
YUV160.61106.78144.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=39.74%
G=33.69%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415612300.150.330.2832.4630.0560.2
HexB89C7B0F211C201e3c
Octal2702341730174134403674
Binary10111000100111001111011011111000011110010000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C7B; }

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

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

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

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

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

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

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

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