#B89693

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

Shades of Thatch #B89693

Tints of Thatch #B89693

Color information

#B89693 (or 0xB89693) is unknown color: approx Thatch. HEX triplet: B8, 96 and 93. RGB value is (184,150,147). Sum of RGB (Red+Green+Blue) = 184+150+147=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B89693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89693 is #47696C. Grayscale: #9F9F9F. Windows color (decimal): -4680045 or 9672376. OLE color: 9672376.

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

Color convert

RGB184150147-
CMYK00.180.200.28
HSL4.86º20.67%64.9%-
HSV(B)4.86º20.11%72.16%-
XYZ35.9434.1132.29-
YUV159.82120.76145.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=38.25%
G=31.19%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415014700.180.200.284.8620.6764.9
HexB89693012141C51541
Octal2702262230222434525101
Binary1011100010010110100100110100101010011100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89693; }

 p { color: rgb(184,150,147); }

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

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

 a { background-color: rgb(184,150,147); }

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

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

 span { border-color: rgb(184,150,147); }

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