#B88356

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

Shades of Twine #B88356

Tints of Twine #B88356

Color information

#B88356 (or 0xB88356) is unknown color: approx Twine. HEX triplet: B8, 83 and 56. RGB value is (184,131,86). Sum of RGB (Red+Green+Blue) = 184+131+86=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B88356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88356 is #477CA9. Grayscale: #8D8D8D. Windows color (decimal): -4684970 or 5669816. OLE color: 5669816.

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

Color convert

RGB18413186-
CMYK00.290.530.28
HSL27.55º40.83%52.94%-
HSV(B)27.55º53.26%72.16%-
XYZ29.5627.0912.48-
YUV141.7296.56158.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=45.89%
G=32.67%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841318600.290.530.2827.5540.8352.94
HexB8835601D351C1c2935
Octal2702031260356534345165
Binary101110001000001110101100111011101011110011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88356; }

 p { color: rgb(184,131,86); }

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

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

 a { background-color: rgb(184,131,86); }

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

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

 span { border-color: rgb(184,131,86); }

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