#BB8751

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

Shades of Twine #BB8751

Tints of Twine #BB8751

Color information

#BB8751 (or 0xBB8751) is unknown color: approx Twine. HEX triplet: BB, 87 and 51. RGB value is (187,135,81). Sum of RGB (Red+Green+Blue) = 187+135+81=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8751 is #4478AE. Grayscale: #909090. Windows color (decimal): -4487343 or 5343163. OLE color: 5343163.

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

Color convert

RGB18713581-
CMYK00.280.570.27
HSL30.57º43.8%52.55%-
HSV(B)30.57º56.68%73.33%-
XYZ30.6428.4911.67-
YUV144.3992.23158.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=46.40%
G=33.50%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871358100.280.570.2730.5743.852.55
HexBB875101C391B1f2c35
Octal2732071210347133375465
Binary101110111000011110100010111001110011101111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8751; }

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

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

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

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

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

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

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

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