#BB875D

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

Shades of Twine #BB875D

Tints of Twine #BB875D

Color information

#BB875D (or 0xBB875D) is unknown color: approx Twine. HEX triplet: BB, 87 and 5D. RGB value is (187,135,93). Sum of RGB (Red+Green+Blue) = 187+135+93=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB875D is #4478A2. Grayscale: #919191. Windows color (decimal): -4487331 or 6129595. OLE color: 6129595.

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

Color convert

RGB18713593-
CMYK00.280.500.27
HSL26.81º40.87%54.9%-
HSV(B)26.81º50.27%73.33%-
XYZ31.1328.6814.25-
YUV145.7698.23157.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=45.06%
G=32.53%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871359300.280.500.2726.8140.8754.9
HexBB875D01C321B1b2937
Octal2732071350346233335167
Binary101110111000011110111010111001100101101111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB875D; }

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

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

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

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

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

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

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

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