#BD8A55

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

Shades of Twine #BD8A55

Tints of Twine #BD8A55

Color information

#BD8A55 (or 0xBD8A55) is unknown color: approx Twine. HEX triplet: BD, 8A and 55. RGB value is (189,138,85). Sum of RGB (Red+Green+Blue) = 189+138+85=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A55 is #4275AA. Grayscale: #939393. Windows color (decimal): -4355499 or 5606077. OLE color: 5606077.

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

Color convert

RGB18913885-
CMYK00.270.550.26
HSL30.58º44.07%53.73%-
HSV(B)30.58º55.03%74.12%-
XYZ31.7129.6512.65-
YUV147.2192.9157.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=45.87%
G=33.50%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891388500.270.550.2630.5844.0753.73
HexBD8A5501B371A1f2c36
Octal2752121250336732375466
Binary101111011000101010101010110111101111101011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A55; }

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

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

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

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

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

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

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

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