#BD885D

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

Shades of Twine #BD885D

Tints of Twine #BD885D

Color information

#BD885D (or 0xBD885D) is unknown color: approx Twine. HEX triplet: BD, 88 and 5D. RGB value is (189,136,93). Sum of RGB (Red+Green+Blue) = 189+136+93=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD885D is #4277A2. Grayscale: #939393. Windows color (decimal): -4356003 or 6129853. OLE color: 6129853.

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

Color convert

RGB18913693-
CMYK00.280.510.26
HSL26.88º42.11%55.29%-
HSV(B)26.88º50.79%74.12%-
XYZ31.7729.2214.32-
YUV146.9497.56158-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=45.22%
G=32.54%
B=22.25%

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
Decimal1891369300.280.510.2626.8842.1155.29
HexBD885D01C331A1b2a37
Octal2752101350346332335267
Binary101111011000100010111010111001100111101011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD885D; }

 p { color: rgb(189,136,93); }

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

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

 a { background-color: rgb(189,136,93); }

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

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

 span { border-color: rgb(189,136,93); }

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