#BD8761

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

Shades of Twine #BD8761

Tints of Twine #BD8761

Color information

#BD8761 (or 0xBD8761) is unknown color: approx Twine. HEX triplet: BD, 87 and 61. RGB value is (189,135,97). Sum of RGB (Red+Green+Blue) = 189+135+97=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8761 is #42789E. Grayscale: #939393. Windows color (decimal): -4356255 or 6391741. OLE color: 6391741.

HSL color Cylindrical-coordinate representation of color #BD8761: hue angle of 24.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD8761 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18913597-
CMYK00.290.490.26
HSL24.78º41.07%56.08%-
HSV(B)24.78º48.68%74.12%-
XYZ31.8129.0115.23-
YUV146.8199.89158.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=44.89%
G=32.07%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891359700.290.490.2624.7841.0756.08
HexBD876101D311A192938
Octal2752071410356132315170
Binary101111011000011111000010111011100011101011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8761; }

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

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

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

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

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

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

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

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