#BD8555

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

Shades of Twine #BD8555

Tints of Twine #BD8555

Color information

#BD8555 (or 0xBD8555) is unknown color: approx Twine. HEX triplet: BD, 85 and 55. RGB value is (189,133,85). Sum of RGB (Red+Green+Blue) = 189+133+85=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8555 is #427AAA. Grayscale: #909090. Windows color (decimal): -4356779 or 5604797. OLE color: 5604797.

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

Color convert

RGB18913385-
CMYK00.300.550.26
HSL27.69º44.07%53.73%-
HSV(B)27.69º55.03%74.12%-
XYZ31.0128.2512.41-
YUV144.2794.55159.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=46.44%
G=32.68%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891338500.300.550.2627.6944.0753.73
HexBD855501E371A1c2c36
Octal2752051250366732345466
Binary101111011000010110101010111101101111101011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8555; }

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

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

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

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

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

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

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

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