#BD875E

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

Shades of Twine #BD875E

Tints of Twine #BD875E

Color information

#BD875E (or 0xBD875E) is unknown color: approx Twine. HEX triplet: BD, 87 and 5E. RGB value is (189,135,94). Sum of RGB (Red+Green+Blue) = 189+135+94=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD875E is #4278A1. Grayscale: #929292. Windows color (decimal): -4356258 or 6195133. OLE color: 6195133.

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

Color convert

RGB18913594-
CMYK00.290.500.26
HSL25.89º41.85%55.49%-
HSV(B)25.89º50.26%74.12%-
XYZ31.6728.9514.51-
YUV146.4798.39158.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=45.22%
G=32.30%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891359400.290.500.2625.8941.8555.49
HexBD875E01D321A1a2a37
Octal2752071360356232325267
Binary101111011000011110111100111011100101101011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD875E; }

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

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

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

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

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

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

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

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