#BC835E

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

Shades of Twine #BC835E

Tints of Twine #BC835E

Color information

#BC835E (or 0xBC835E) is unknown color: approx Twine. HEX triplet: BC, 83 and 5E. RGB value is (188,131,94). Sum of RGB (Red+Green+Blue) = 188+131+94=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC835E is #437CA1. Grayscale: #909090. Windows color (decimal): -4422818 or 6194108. OLE color: 6194108.

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

Color convert

RGB18813194-
CMYK00.300.500.26
HSL23.62º41.23%55.29%-
HSV(B)23.62º50%73.73%-
XYZ30.8827.7314.32-
YUV143.8299.88159.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=45.52%
G=31.72%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881319400.300.500.2623.6241.2355.29
HexBC835E01E321A182937
Octal2742031360366232305167
Binary101111001000001110111100111101100101101011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC835E; }

 p { color: rgb(188,131,94); }

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

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

 a { background-color: rgb(188,131,94); }

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

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

 span { border-color: rgb(188,131,94); }

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