#BD8354

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

Shades of Twine #BD8354

Tints of Twine #BD8354

Color information

#BD8354 (or 0xBD8354) is unknown color: approx Twine. HEX triplet: BD, 83 and 54. RGB value is (189,131,84). Sum of RGB (Red+Green+Blue) = 189+131+84=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8354 is #427CAB. Grayscale: #8F8F8F. Windows color (decimal): -4357292 or 5538749. OLE color: 5538749.

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

Color convert

RGB18913184-
CMYK00.310.560.26
HSL26.86º44.3%53.53%-
HSV(B)26.86º55.56%74.12%-
XYZ30.727.6912.11-
YUV142.9894.72160.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=46.78%
G=32.43%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891318400.310.560.2626.8644.353.53
HexBD835401F381A1b2c36
Octal2752031240377032335466
Binary101111011000001110101000111111110001101011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8354; }

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

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

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

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

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

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

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

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