#BB9055

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

Shades of Twine #BB9055

Tints of Twine #BB9055

Color information

#BB9055 (or 0xBB9055) is unknown color: approx Twine. HEX triplet: BB, 90 and 55. RGB value is (187,144,85). Sum of RGB (Red+Green+Blue) = 187+144+85=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9055 is #446FAA. Grayscale: #969696. Windows color (decimal): -4485035 or 5607611. OLE color: 5607611.

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

Color convert

RGB18714485-
CMYK00.230.550.27
HSL34.71º42.86%53.33%-
HSV(B)34.71º54.55%73.33%-
XYZ32.1131.1712.92-
YUV150.1391.25154.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=44.95%
G=34.62%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871448500.230.550.2734.7142.8653.33
HexBB9055017371B232b35
Octal2732201250276733435365
Binary1011101110010000101010101011111011111011100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9055; }

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

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

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

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

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

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

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

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