#BC8D5D

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

Shades of Twine #BC8D5D

Tints of Twine #BC8D5D

Color information

#BC8D5D (or 0xBC8D5D) is unknown color: approx Twine. HEX triplet: BC, 8D and 5D. RGB value is (188,141,93). Sum of RGB (Red+Green+Blue) = 188+141+93=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5D is #4372A2. Grayscale: #959595. Windows color (decimal): -4420259 or 6131132. OLE color: 6131132.

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

Color convert

RGB18814193-
CMYK00.250.510.26
HSL30.32º41.48%55.1%-
HSV(B)30.32º50.53%73.73%-
XYZ32.2430.5314.55-
YUV149.5896.07155.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=44.55%
G=33.41%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881419300.250.510.2630.3241.4855.1
HexBC8D5D019331A1e2937
Octal2742151350316332365167
Binary101111001000110110111010110011100111101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D5D; }

 p { color: rgb(188,141,93); }

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

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

 a { background-color: rgb(188,141,93); }

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

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

 span { border-color: rgb(188,141,93); }

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