#B3908B

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

Shades of Thatch #B3908B

Tints of Thatch #B3908B

Color information

#B3908B (or 0xB3908B) is unknown color: approx Thatch. HEX triplet: B3, 90 and 8B. RGB value is (179,144,139). Sum of RGB (Red+Green+Blue) = 179+144+139=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B3908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3908B is #4C6F74. Grayscale: #999999. Windows color (decimal): -5009269 or 9146547. OLE color: 9146547.

HSL color Cylindrical-coordinate representation of color #B3908B: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3908B is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179144139-
CMYK00.200.220.30
HSL7.5º20.83%62.35%-
HSV(B)7.5º22.35%70.2%-
XYZ33.2231.3928.73-
YUV153.89119.6145.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=38.74%
G=31.17%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914413900.200.220.307.520.8362.35
HexB3908B014161E8153e
Octal2632202130242636102576
Binary1011001110010000100010110101001011011110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3908B; }

 p { color: rgb(179,144,139); }

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

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

 a { background-color: rgb(179,144,139); }

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

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

 span { border-color: rgb(179,144,139); }

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