#BD895F

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

Shades of Twine #BD895F

Tints of Twine #BD895F

Color information

#BD895F (or 0xBD895F) is unknown color: approx Twine. HEX triplet: BD, 89 and 5F. RGB value is (189,137,95). Sum of RGB (Red+Green+Blue) = 189+137+95=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD895F is #4276A0. Grayscale: #939393. Windows color (decimal): -4355745 or 6261181. OLE color: 6261181.

HSL color Cylindrical-coordinate representation of color #BD895F: hue angle of 26.81º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD895F is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18913795-
CMYK00.280.500.26
HSL26.81º41.59%55.69%-
HSV(B)26.81º49.74%74.12%-
XYZ3229.5414.84-
YUV147.7698.23157.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=44.89%
G=32.54%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891379500.280.500.2626.8141.5955.69
HexBD895F01C321A1b2a38
Octal2752111370346232335270
Binary101111011000100110111110111001100101101011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD895F; }

 p { color: rgb(189,137,95); }

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

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

 a { background-color: rgb(189,137,95); }

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

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

 span { border-color: rgb(189,137,95); }

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