#BB9057

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

Shades of Twine #BB9057

Tints of Twine #BB9057

Color information

#BB9057 (or 0xBB9057) is unknown color: approx Twine. HEX triplet: BB, 90 and 57. RGB value is (187,144,87). Sum of RGB (Red+Green+Blue) = 187+144+87=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9057 is #446FA8. Grayscale: #969696. Windows color (decimal): -4485033 or 5738683. OLE color: 5738683.

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

Color convert

RGB18714487-
CMYK00.230.530.27
HSL34.2º42.37%53.73%-
HSV(B)34.2º53.48%73.33%-
XYZ32.1931.213.34-
YUV150.3692.25154.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 87 (34.38% from 255) = 20.81%
R=44.74%
G=34.45%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871448700.230.530.2734.242.3753.73
HexBB9057017351B222a36
Octal2732201270276533425266
Binary1011101110010000101011101011111010111011100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9057; }

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

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

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

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

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

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

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

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