#B7938C

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

Shades of Thatch #B7938C

Tints of Thatch #B7938C

Color information

#B7938C (or 0xB7938C) is unknown color: approx Thatch. HEX triplet: B7, 93 and 8C. RGB value is (183,147,140). Sum of RGB (Red+Green+Blue) = 183+147+140=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7938C is #486C73. Grayscale: #9D9D9D. Windows color (decimal): -4746356 or 9212855. OLE color: 9212855.

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

Color convert

RGB183147140-
CMYK00.200.230.28
HSL9.77º22.99%63.33%-
HSV(B)9.77º23.5%71.76%-
XYZ34.732.8329.32-
YUV156.97118.43146.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=38.94%
G=31.28%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314714000.200.230.289.7722.9963.33
HexB7938C014171Ca173f
Octal2672232140242734122777
Binary1011011110010011100011000101001011111100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7938C; }

 p { color: rgb(183,147,140); }

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

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

 a { background-color: rgb(183,147,140); }

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

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

 span { border-color: rgb(183,147,140); }

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