#BD8D5A

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

Shades of Twine #BD8D5A

Tints of Twine #BD8D5A

Color information

#BD8D5A (or 0xBD8D5A) is unknown color: approx Twine. HEX triplet: BD, 8D and 5A. RGB value is (189,141,90). Sum of RGB (Red+Green+Blue) = 189+141+90=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D5A is #4272A5. Grayscale: #959595. Windows color (decimal): -4354726 or 5934525. OLE color: 5934525.

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

Color convert

RGB18914190-
CMYK00.250.520.26
HSL30.91º42.86%54.71%-
HSV(B)30.91º52.38%74.12%-
XYZ32.3630.6113.88-
YUV149.5494.4156.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=45%
G=33.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891419000.250.520.2630.9142.8654.71
HexBD8D5A019341A1f2b37
Octal2752151320316432375367
Binary101111011000110110110100110011101001101011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D5A; }

 p { color: rgb(189,141,90); }

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

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

 a { background-color: rgb(189,141,90); }

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

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

 span { border-color: rgb(189,141,90); }

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