#BD8950

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

Shades of Twine #BD8950

Tints of Twine #BD8950

Color information

#BD8950 (or 0xBD8950) is unknown color: approx Twine. HEX triplet: BD, 89 and 50. RGB value is (189,137,80). Sum of RGB (Red+Green+Blue) = 189+137+80=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8950 is #4276AF. Grayscale: #929292. Windows color (decimal): -4355760 or 5278141. OLE color: 5278141.

HSL color Cylindrical-coordinate representation of color #BD8950: hue angle of 31.38º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8950 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18913780-
CMYK00.280.580.26
HSL31.38º45.23%52.75%-
HSV(B)31.38º57.67%74.12%-
XYZ31.3829.2911.59-
YUV146.0590.73158.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=46.55%
G=33.74%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891378000.280.580.2631.3845.2352.75
HexBD895001C3A1A1f2d35
Octal2752111200347232375565
Binary101111011000100110100000111001110101101011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8950; }

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

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

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

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

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

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

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

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