#B78655

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

Shades of Twine #B78655

Tints of Twine #B78655

Color information

#B78655 (or 0xB78655) is unknown color: approx Twine. HEX triplet: B7, 86 and 55. RGB value is (183,134,85). Sum of RGB (Red+Green+Blue) = 183+134+85=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B78655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78655 is #4879AA. Grayscale: #8F8F8F. Windows color (decimal): -4749739 or 5605047. OLE color: 5605047.

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

Color convert

RGB18313485-
CMYK00.270.540.28
HSL30º40.5%52.55%-
HSV(B)30º53.55%71.76%-
XYZ29.6927.7712.39-
YUV143.0695.23156.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=45.52%
G=33.33%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831348500.270.540.283040.552.55
HexB7865501B361C1e2835
Octal2672061250336634365065
Binary101101111000011010101010110111101101110011110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78655; }

 p { color: rgb(183,134,85); }

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

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

 a { background-color: rgb(183,134,85); }

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

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

 span { border-color: rgb(183,134,85); }

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