#BB875B

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

Shades of Twine #BB875B

Tints of Twine #BB875B

Color information

#BB875B (or 0xBB875B) is unknown color: approx Twine. HEX triplet: BB, 87 and 5B. RGB value is (187,135,91). Sum of RGB (Red+Green+Blue) = 187+135+91=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB875B is #4478A4. Grayscale: #919191. Windows color (decimal): -4487333 or 5998523. OLE color: 5998523.

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

Color convert

RGB18713591-
CMYK00.280.510.27
HSL27.5º41.38%54.51%-
HSV(B)27.5º51.34%73.33%-
XYZ31.0528.6513.79-
YUV145.5397.23157.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=45.28%
G=32.69%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871359100.280.510.2727.541.3854.51
HexBB875B01C331B1c2937
Octal2732071330346333345167
Binary101110111000011110110110111001100111101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB875B; }

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

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

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

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

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

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

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

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