#BD8854

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

Shades of Twine #BD8854

Tints of Twine #BD8854

Color information

#BD8854 (or 0xBD8854) is unknown color: approx Twine. HEX triplet: BD, 88 and 54. RGB value is (189,136,84). Sum of RGB (Red+Green+Blue) = 189+136+84=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8854 is #4277AB. Grayscale: #929292. Windows color (decimal): -4356012 or 5540029. OLE color: 5540029.

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

Color convert

RGB18913684-
CMYK00.280.560.26
HSL29.71º44.3%53.53%-
HSV(B)29.71º55.56%74.12%-
XYZ31.3929.0712.34-
YUV145.9293.06158.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=46.21%
G=33.25%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891368400.280.560.2629.7144.353.53
HexBD885401C381A1e2c36
Octal2752101240347032365466
Binary101111011000100010101000111001110001101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8854; }

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

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

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

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

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

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

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

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