#b98f73

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

Shades of Pale Taupe #B98F73

Tints of Pale Taupe #B98F73

Color information

#B98F73 (or 0xB98F73) is unknown color: approx Pale Taupe. HEX triplet: B9, 8F and 73. RGB value is (185,143,115). Sum of RGB (Red+Green+Blue) = 185+143+115=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F73 is #46708C. Grayscale: #989898. Windows color (decimal): -4616333 or 7573433. OLE color: 7573433.

HSL color Cylindrical-coordinate representation of color #B98F73: hue angle of 24º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98F73 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB185143115-
CMYK00.230.380.27
HSL24º33.33%58.82%-
HSV(B)24º37.84%72.55%-
XYZ32.9231.220.51-
YUV152.37106.91151.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=41.76%
G=32.28%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514311500.230.380.272433.3358.82
HexB98F73017261B18213b
Octal2712171630274633304173
Binary101110011000111111100110101111001101101111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98f73; }

 p { color: rgb(185,143,115); }

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

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

 a { background-color: rgb(185,143,115); }

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

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

 span { border-color: rgb(185,143,115); }

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