#B9948F

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

Shades of Thatch #B9948F

Tints of Thatch #B9948F

Color information

#B9948F (or 0xB9948F) is unknown color: approx Thatch. HEX triplet: B9, 94 and 8F. RGB value is (185,148,143). Sum of RGB (Red+Green+Blue) = 185+148+143=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9948F is #466B70. Grayscale: #9E9E9E. Windows color (decimal): -4615025 or 9409721. OLE color: 9409721.

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

Color convert

RGB185148143-
CMYK00.200.230.27
HSL7.14º23.08%64.31%-
HSV(B)7.14º22.7%72.55%-
XYZ35.5633.4830.57-
YUV158.49119.26146.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=38.87%
G=31.09%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514814300.200.230.277.1423.0864.31
HexB9948F014171B71740
Octal2712242170242733727100
Binary1011100110010100100011110101001011111011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9948F; }

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

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

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

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

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

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

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

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