#BB875E

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

Shades of Twine #BB875E

Tints of Twine #BB875E

Color information

#BB875E (or 0xBB875E) is unknown color: approx Twine. HEX triplet: BB, 87 and 5E. RGB value is (187,135,94). Sum of RGB (Red+Green+Blue) = 187+135+94=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB875E is #4478A1. Grayscale: #929292. Windows color (decimal): -4487330 or 6195131. OLE color: 6195131.

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

Color convert

RGB18713594-
CMYK00.280.500.27
HSL26.45º40.61%55.1%-
HSV(B)26.45º49.73%73.33%-
XYZ31.1828.714.49-
YUV145.8798.73157.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=44.95%
G=32.45%
B=22.60%

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
Decimal1871359400.280.500.2726.4540.6155.1
HexBB875E01C321B1a2937
Octal2732071360346233325167
Binary101110111000011110111100111001100101101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB875E; }

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

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

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

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

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

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

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

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