#BD875A

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

Shades of Twine #BD875A

Tints of Twine #BD875A

Color information

#BD875A (or 0xBD875A) is unknown color: approx Twine. HEX triplet: BD, 87 and 5A. RGB value is (189,135,90). Sum of RGB (Red+Green+Blue) = 189+135+90=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD875A is #4278A5. Grayscale: #929292. Windows color (decimal): -4356262 or 5932989. OLE color: 5932989.

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

Color convert

RGB18913590-
CMYK00.290.520.26
HSL27.27º42.86%54.71%-
HSV(B)27.27º52.38%74.12%-
XYZ31.528.8813.59-
YUV146.0296.39158.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=45.65%
G=32.61%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891359000.290.520.2627.2742.8654.71
HexBD875A01D341A1b2b37
Octal2752071320356432335367
Binary101111011000011110110100111011101001101011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD875A; }

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

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

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

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

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

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

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

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