#B88255

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

Shades of Twine #B88255

Tints of Twine #B88255

Color information

#B88255 (or 0xB88255) is unknown color: approx Twine. HEX triplet: B8, 82 and 55. RGB value is (184,130,85). Sum of RGB (Red+Green+Blue) = 184+130+85=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B88255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88255 is #477DAA. Grayscale: #8D8D8D. Windows color (decimal): -4685227 or 5604024. OLE color: 5604024.

HSL color Cylindrical-coordinate representation of color #B88255: hue angle of 27.27º 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 #B88255 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18413085-
CMYK00.290.540.28
HSL27.27º41.08%52.75%-
HSV(B)27.27º53.8%72.16%-
XYZ29.3926.8112.22-
YUV141.0296.39158.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=46.12%
G=32.58%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841308500.290.540.2827.2741.0852.75
HexB8825501D361C1b2935
Octal2702021250356634335165
Binary101110001000001010101010111011101101110011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88255; }

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

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

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

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

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

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

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

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