#BB8457

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

Shades of Twine #BB8457

Tints of Twine #BB8457

Color information

#BB8457 (or 0xBB8457) is unknown color: approx Twine. HEX triplet: BB, 84 and 57. RGB value is (187,132,87). Sum of RGB (Red+Green+Blue) = 187+132+87=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8457 is #447BA8. Grayscale: #8F8F8F. Windows color (decimal): -4488105 or 5735611. OLE color: 5735611.

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

Color convert

RGB18713287-
CMYK00.290.530.27
HSL27º42.37%53.73%-
HSV(B)27º53.48%73.33%-
XYZ30.4727.7612.77-
YUV143.3296.22159.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=46.06%
G=32.51%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871328700.290.530.272742.3753.73
HexBB845701D351B1b2a36
Octal2732041270356533335266
Binary101110111000010010101110111011101011101111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8457; }

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

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

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

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

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

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

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

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