#BB7F57

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

Shades of Twine #BB7F57

Tints of Twine #BB7F57

Color information

#BB7F57 (or 0xBB7F57) is unknown color: approx Twine. HEX triplet: BB, 7F and 57. RGB value is (187,127,87). Sum of RGB (Red+Green+Blue) = 187+127+87=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F57 is #4480A8. Grayscale: #8C8C8C. Windows color (decimal): -4489385 or 5734331. OLE color: 5734331.

HSL color Cylindrical-coordinate representation of color #BB7F57: hue angle of 24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB7F57 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18712787-
CMYK00.320.530.27
HSL24º42.37%53.73%-
HSV(B)24º53.48%73.33%-
XYZ29.826.4312.55-
YUV140.3897.88161.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=46.63%
G=31.67%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871278700.320.530.272442.3753.73
HexBB7F57020351B182a36
Octal2731771270406533305266
Binary101110111111111101011101000001101011101111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F57; }

 p { color: rgb(187,127,87); }

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

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

 a { background-color: rgb(187,127,87); }

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

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

 span { border-color: rgb(187,127,87); }

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