#BB8255

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

Shades of Twine #BB8255

Tints of Twine #BB8255

Color information

#BB8255 (or 0xBB8255) is unknown color: approx Twine. HEX triplet: BB, 82 and 55. RGB value is (187,130,85). Sum of RGB (Red+Green+Blue) = 187+130+85=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8255 is #447DAA. Grayscale: #8E8E8E. Windows color (decimal): -4488619 or 5604027. OLE color: 5604027.

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

Color convert

RGB18713085-
CMYK00.300.550.27
HSL26.47º42.86%53.33%-
HSV(B)26.47º54.55%73.33%-
XYZ30.1227.1912.25-
YUV141.9195.88160.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=46.52%
G=32.34%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871308500.300.550.2726.4742.8653.33
HexBB825501E371B1a2b35
Octal2732021250366733325365
Binary101110111000001010101010111101101111101111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8255; }

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

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

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

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

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

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

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

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