#B38F8B

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

Shades of Thatch #B38F8B

Tints of Thatch #B38F8B

Color information

#B38F8B (or 0xB38F8B) is unknown color: approx Thatch. HEX triplet: B3, 8F and 8B. RGB value is (179,143,139). Sum of RGB (Red+Green+Blue) = 179+143+139=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F8B is #4C7074. Grayscale: #999999. Windows color (decimal): -5009525 or 9146291. OLE color: 9146291.

HSL color Cylindrical-coordinate representation of color #B38F8B: hue angle of 6º 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 #B38F8B is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179143139-
CMYK00.200.220.30
HSL20.83%62.35%-
HSV(B)22.35%70.2%-
XYZ33.0731.0928.68-
YUV153.31119.93146.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=38.83%
G=31.02%
B=30.15%

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
Decimal17914313900.200.220.30620.8362.35
HexB38F8B014161E6153e
Octal263217213024263662576
Binary101100111000111110001011010100101101111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F8B; }

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

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

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

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

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

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

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

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