#B88455

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

Shades of Twine #B88455

Tints of Twine #B88455

Color information

#B88455 (or 0xB88455) is unknown color: approx Twine. HEX triplet: B8, 84 and 55. RGB value is (184,132,85). Sum of RGB (Red+Green+Blue) = 184+132+85=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B88455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88455 is #477BAA. Grayscale: #8E8E8E. Windows color (decimal): -4684715 or 5604536. OLE color: 5604536.

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

Color convert

RGB18413285-
CMYK00.280.540.28
HSL28.48º41.08%52.75%-
HSV(B)28.48º53.8%72.16%-
XYZ29.6627.3512.31-
YUV142.1995.73157.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=45.89%
G=32.92%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841328500.280.540.2828.4841.0852.75
HexB8845501C361C1c2935
Octal2702041250346634345165
Binary101110001000010010101010111001101101110011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88455; }

 p { color: rgb(184,132,85); }

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

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

 a { background-color: rgb(184,132,85); }

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

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

 span { border-color: rgb(184,132,85); }

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