#BB8756

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

Shades of Twine #BB8756

Tints of Twine #BB8756

Color information

#BB8756 (or 0xBB8756) is unknown color: approx Twine. HEX triplet: BB, 87 and 56. RGB value is (187,135,86). Sum of RGB (Red+Green+Blue) = 187+135+86=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8756 is #4478A9. Grayscale: #919191. Windows color (decimal): -4487338 or 5670843. OLE color: 5670843.

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

Color convert

RGB18713586-
CMYK00.280.540.27
HSL29.11º42.62%53.53%-
HSV(B)29.11º54.01%73.33%-
XYZ30.8428.5612.69-
YUV144.9694.73157.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=45.83%
G=33.09%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871358600.280.540.2729.1142.6253.53
HexBB875601C361B1d2b36
Octal2732071260346633355366
Binary101110111000011110101100111001101101101111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8756; }

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

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

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

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

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

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

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

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