#B7968E

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

Shades of Thatch #B7968E

Tints of Thatch #B7968E

Color information

#B7968E (or 0xB7968E) is unknown color: approx Thatch. HEX triplet: B7, 96 and 8E. RGB value is (183,150,142). Sum of RGB (Red+Green+Blue) = 183+150+142=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968E is #486971. Grayscale: #9F9F9F. Windows color (decimal): -4745586 or 9344695. OLE color: 9344695.

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

Color convert

RGB183150142-
CMYK00.180.220.28
HSL11.71º22.16%63.73%-
HSV(B)11.71º22.4%71.76%-
XYZ35.3233.8330.26-
YUV158.95118.43145.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=38.53%
G=31.58%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315014200.180.220.2811.7122.1663.73
HexB7968E012161Cc1640
Octal26722621602226341426100
Binary10110111100101101000111001001010110111001100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7968E; }

 p { color: rgb(183,150,142); }

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

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

 a { background-color: rgb(183,150,142); }

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

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

 span { border-color: rgb(183,150,142); }

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