#BB895D

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

Shades of Twine #BB895D

Tints of Twine #BB895D

Color information

#BB895D (or 0xBB895D) is unknown color: approx Twine. HEX triplet: BB, 89 and 5D. RGB value is (187,137,93). Sum of RGB (Red+Green+Blue) = 187+137+93=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB895D is #4476A2. Grayscale: #939393. Windows color (decimal): -4486819 or 6130107. OLE color: 6130107.

HSL color Cylindrical-coordinate representation of color #BB895D: hue angle of 28.09º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB895D is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18713793-
CMYK00.270.500.27
HSL28.09º40.87%54.9%-
HSV(B)28.09º50.27%73.33%-
XYZ31.4129.2514.35-
YUV146.9397.57156.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=44.84%
G=32.85%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871379300.270.500.2728.0940.8754.9
HexBB895D01B321B1c2937
Octal2732111350336233345167
Binary101110111000100110111010110111100101101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB895D; }

 p { color: rgb(187,137,93); }

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

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

 a { background-color: rgb(187,137,93); }

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

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

 span { border-color: rgb(187,137,93); }

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