#B7918D

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

Shades of Thatch #B7918D

Tints of Thatch #B7918D

Color information

#B7918D (or 0xB7918D) is unknown color: approx Thatch. HEX triplet: B7, 91 and 8D. RGB value is (183,145,141). Sum of RGB (Red+Green+Blue) = 183+145+141=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7918D is #486E72. Grayscale: #9B9B9B. Windows color (decimal): -4746867 or 9277879. OLE color: 9277879.

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

Color convert

RGB183145141-
CMYK00.210.230.28
HSL5.71º22.58%63.53%-
HSV(B)5.71º22.95%71.76%-
XYZ34.4632.2429.61-
YUV155.91119.59147.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=39.02%
G=30.92%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314514100.210.230.285.7122.5863.53
HexB7918D015171C61740
Octal2672212150252734627100
Binary1011011110010001100011010101011011111100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7918D; }

 p { color: rgb(183,145,141); }

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

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

 a { background-color: rgb(183,145,141); }

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

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

 span { border-color: rgb(183,145,141); }

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