#B8895C

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

Shades of Twine #B8895C

Tints of Twine #B8895C

Color information

#B8895C (or 0xB8895C) is unknown color: approx Twine. HEX triplet: B8, 89 and 5C. RGB value is (184,137,92). Sum of RGB (Red+Green+Blue) = 184+137+92=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8895C is #4776A3. Grayscale: #929292. Windows color (decimal): -4683428 or 6064568. OLE color: 6064568.

HSL color Cylindrical-coordinate representation of color #B8895C: hue angle of 29.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8895C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18413792-
CMYK00.260.500.28
HSL29.35º39.32%54.12%-
HSV(B)29.35º50%72.16%-
XYZ30.6428.8514.08-
YUV145.9297.57155.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=44.55%
G=33.17%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841379200.260.500.2829.3539.3254.12
HexB8895C01A321C1d2736
Octal2702111340326234354766
Binary101110001000100110111000110101100101110011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8895C; }

 p { color: rgb(184,137,92); }

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

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

 a { background-color: rgb(184,137,92); }

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

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

 span { border-color: rgb(184,137,92); }

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