#BD8355

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

Shades of Twine #BD8355

Tints of Twine #BD8355

Color information

#BD8355 (or 0xBD8355) is unknown color: approx Twine. HEX triplet: BD, 83 and 55. RGB value is (189,131,85). Sum of RGB (Red+Green+Blue) = 189+131+85=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8355 is #427CAA. Grayscale: #8F8F8F. Windows color (decimal): -4357291 or 5604285. OLE color: 5604285.

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

Color convert

RGB18913185-
CMYK00.310.550.26
HSL26.54º44.07%53.73%-
HSV(B)26.54º55.03%74.12%-
XYZ30.7427.7112.32-
YUV143.195.22160.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=46.67%
G=32.35%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891318500.310.550.2626.5444.0753.73
HexBD835501F371A1b2c36
Octal2752031250376732335466
Binary101111011000001110101010111111101111101011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8355; }

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

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

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

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

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

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

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

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