#B7875C

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

Shades of Twine #B7875C

Tints of Twine #B7875C

Color information

#B7875C (or 0xB7875C) is unknown color: approx Twine. HEX triplet: B7, 87 and 5C. RGB value is (183,135,92). Sum of RGB (Red+Green+Blue) = 183+135+92=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7875C is #4878A3. Grayscale: #909090. Windows color (decimal): -4749476 or 6064055. OLE color: 6064055.

HSL color Cylindrical-coordinate representation of color #B7875C: hue angle of 28.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7875C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18313592-
CMYK00.260.500.28
HSL28.35º38.72%53.92%-
HSV(B)28.35º49.73%71.76%-
XYZ30.1228.1713.97-
YUV144.4598.4155.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=44.63%
G=32.93%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831359200.260.500.2828.3538.7253.92
HexB7875C01A321C1c2736
Octal2672071340326234344766
Binary101101111000011110111000110101100101110011100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7875C; }

 p { color: rgb(183,135,92); }

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

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

 a { background-color: rgb(183,135,92); }

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

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

 span { border-color: rgb(183,135,92); }

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