#BD895C

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

Shades of Twine #BD895C

Tints of Twine #BD895C

Color information

#BD895C (or 0xBD895C) is unknown color: approx Twine. HEX triplet: BD, 89 and 5C. RGB value is (189,137,92). Sum of RGB (Red+Green+Blue) = 189+137+92=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD895C is #4276A3. Grayscale: #939393. Windows color (decimal): -4355748 or 6064573. OLE color: 6064573.

HSL color Cylindrical-coordinate representation of color #BD895C: hue angle of 27.84º degrees, saturation: 0.42, 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 #BD895C is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18913792-
CMYK00.280.510.26
HSL27.84º42.36%55.1%-
HSV(B)27.84º51.32%74.12%-
XYZ31.8629.4814.14-
YUV147.4296.73157.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=45.22%
G=32.78%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891379200.280.510.2627.8442.3655.1
HexBD895C01C331A1c2a37
Octal2752111340346332345267
Binary101111011000100110111000111001100111101011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD895C; }

 p { color: rgb(189,137,92); }

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

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

 a { background-color: rgb(189,137,92); }

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

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

 span { border-color: rgb(189,137,92); }

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