#B88559

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

Shades of Twine #B88559

Tints of Twine #B88559

Color information

#B88559 (or 0xB88559) is unknown color: approx Twine. HEX triplet: B8, 85 and 59. RGB value is (184,133,89). Sum of RGB (Red+Green+Blue) = 184+133+89=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B88559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88559 is #477AA6. Grayscale: #8F8F8F. Windows color (decimal): -4684455 or 5866936. OLE color: 5866936.

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

Color convert

RGB18413389-
CMYK00.280.520.28
HSL27.79º40.08%53.53%-
HSV(B)27.79º51.63%72.16%-
XYZ29.9627.6913.22-
YUV143.2397.4157.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=45.32%
G=32.76%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841338900.280.520.2827.7940.0853.53
HexB8855901C341C1c2836
Octal2702051310346434345066
Binary101110001000010110110010111001101001110011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88559; }

 p { color: rgb(184,133,89); }

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

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

 a { background-color: rgb(184,133,89); }

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

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

 span { border-color: rgb(184,133,89); }

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