#BC875F

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

Shades of Twine #BC875F

Tints of Twine #BC875F

Color information

#BC875F (or 0xBC875F) is unknown color: approx Twine. HEX triplet: BC, 87 and 5F. RGB value is (188,135,95). Sum of RGB (Red+Green+Blue) = 188+135+95=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC875F is #4378A0. Grayscale: #929292. Windows color (decimal): -4421793 or 6260668. OLE color: 6260668.

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

Color convert

RGB18813595-
CMYK00.280.490.26
HSL25.81º40.97%55.49%-
HSV(B)25.81º49.47%73.73%-
XYZ31.4728.8514.74-
YUV146.2999.06157.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=44.98%
G=32.30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881359500.280.490.2625.8140.9755.49
HexBC875F01C311A1a2937
Octal2742071370346132325167
Binary101111001000011110111110111001100011101011010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC875F; }

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

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

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

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

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

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

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

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