#B8875F

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

Shades of Twine #B8875F

Tints of Twine #B8875F

Color information

#B8875F (or 0xB8875F) is unknown color: approx Twine. HEX triplet: B8, 87 and 5F. RGB value is (184,135,95). Sum of RGB (Red+Green+Blue) = 184+135+95=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8875F is #4778A0. Grayscale: #919191. Windows color (decimal): -4683937 or 6260664. OLE color: 6260664.

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

Color convert

RGB18413595-
CMYK00.270.480.28
HSL26.97º38.53%54.71%-
HSV(B)26.97º48.37%72.16%-
XYZ30.528.3414.69-
YUV145.0999.73155.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=44.44%
G=32.61%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841359500.270.480.2826.9738.5354.71
HexB8875F01B301C1b2737
Octal2702071370336034334767
Binary101110001000011110111110110111100001110011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8875F; }

 p { color: rgb(184,135,95); }

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

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

 a { background-color: rgb(184,135,95); }

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

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

 span { border-color: rgb(184,135,95); }

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