#B8918A

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

Shades of Thatch #B8918A

Tints of Thatch #B8918A

Color information

#B8918A (or 0xB8918A) is unknown color: approx Thatch. HEX triplet: B8, 91 and 8A. RGB value is (184,145,138). Sum of RGB (Red+Green+Blue) = 184+145+138=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B8918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8918A is #476E75. Grayscale: #9B9B9B. Windows color (decimal): -4681334 or 9081272. OLE color: 9081272.

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

Color convert

RGB184145138-
CMYK00.210.250.28
HSL9.13º24.47%63.14%-
HSV(B)9.13º25%72.16%-
XYZ34.4832.2828.46-
YUV155.86117.92148.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=39.40%
G=31.05%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414513800.210.250.289.1324.4763.14
HexB8918A015191C9183f
Octal2702212120253134113077
Binary1011100010010001100010100101011100111100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8918A; }

 p { color: rgb(184,145,138); }

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

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

 a { background-color: rgb(184,145,138); }

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

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

 span { border-color: rgb(184,145,138); }

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