#B09E9A

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

Shades of Thatch #B09E9A

Tints of Thatch #B09E9A

Color information

#B09E9A (or 0xB09E9A) is unknown color: approx Thatch. HEX triplet: B0, 9E and 9A. RGB value is (176,158,154). Sum of RGB (Red+Green+Blue) = 176+158+154=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E9A is #4F6165. Grayscale: #A2A2A2. Windows color (decimal): -5202278 or 10133168. OLE color: 10133168.

HSL color Cylindrical-coordinate representation of color #B09E9A: hue angle of 10.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09E9A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176158154-
CMYK00.100.120.31
HSL10.91º12.22%64.71%-
HSV(B)10.91º12.5%69.02%-
XYZ35.9636.0235.63-
YUV162.93122.96137.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=36.07%
G=32.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615815400.100.120.3110.9112.2264.71
HexB09E9A0AC1Fbc41
Octal26023623201214371314101
Binary10110000100111101001101001010110011111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E9A; }

 p { color: rgb(176,158,154); }

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

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

 a { background-color: rgb(176,158,154); }

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

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

 span { border-color: rgb(176,158,154); }

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