#BB8455

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

Shades of Twine #BB8455

Tints of Twine #BB8455

Color information

#BB8455 (or 0xBB8455) is unknown color: approx Twine. HEX triplet: BB, 84 and 55. RGB value is (187,132,85). Sum of RGB (Red+Green+Blue) = 187+132+85=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8455 is #447BAA. Grayscale: #8F8F8F. Windows color (decimal): -4488107 or 5604539. OLE color: 5604539.

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

Color convert

RGB18713285-
CMYK00.290.550.27
HSL27.65º42.86%53.33%-
HSV(B)27.65º54.55%73.33%-
XYZ30.3827.7212.34-
YUV143.0995.22159.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=46.29%
G=32.67%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871328500.290.550.2727.6542.8653.33
HexBB845501D371B1c2b35
Octal2732041250356733345365
Binary101110111000010010101010111011101111101111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8455; }

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

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

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

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

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

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

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

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