#BB8551

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

Shades of Twine #BB8551

Tints of Twine #BB8551

Color information

#BB8551 (or 0xBB8551) is unknown color: approx Twine. HEX triplet: BB, 85 and 51. RGB value is (187,133,81). Sum of RGB (Red+Green+Blue) = 187+133+81=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8551 is #447AAE. Grayscale: #8F8F8F. Windows color (decimal): -4487855 or 5342651. OLE color: 5342651.

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

Color convert

RGB18713381-
CMYK00.290.570.27
HSL29.43º43.8%52.55%-
HSV(B)29.43º56.68%73.33%-
XYZ30.3727.9311.58-
YUV143.2292.89159.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=46.63%
G=33.17%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871338100.290.570.2729.4343.852.55
HexBB855101D391B1d2c35
Octal2732051210357133355465
Binary101110111000010110100010111011110011101111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8551; }

 p { color: rgb(187,133,81); }

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

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

 a { background-color: rgb(187,133,81); }

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

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

 span { border-color: rgb(187,133,81); }

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