#BD8054

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

Shades of Twine #BD8054

Tints of Twine #BD8054

Color information

#BD8054 (or 0xBD8054) is unknown color: approx Twine. HEX triplet: BD, 80 and 54. RGB value is (189,128,84). Sum of RGB (Red+Green+Blue) = 189+128+84=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8054 is #427FAB. Grayscale: #8D8D8D. Windows color (decimal): -4358060 or 5537981. OLE color: 5537981.

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

Color convert

RGB18912884-
CMYK00.320.560.26
HSL25.14º44.3%53.53%-
HSV(B)25.14º55.56%74.12%-
XYZ30.3126.911.98-
YUV141.2295.71162.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=47.13%
G=31.92%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891288400.320.560.2625.1444.353.53
HexBD8054020381A192c36
Octal2752001240407032315466
Binary1011110110000000101010001000001110001101011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8054; }

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

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

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

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

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

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

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

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