#BD8B5E

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

Shades of Twine #BD8B5E

Tints of Twine #BD8B5E

Color information

#BD8B5E (or 0xBD8B5E) is unknown color: approx Twine. HEX triplet: BD, 8B and 5E. RGB value is (189,139,94). Sum of RGB (Red+Green+Blue) = 189+139+94=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B5E is #4274A1. Grayscale: #959595. Windows color (decimal): -4355234 or 6196157. OLE color: 6196157.

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

Color convert

RGB18913994-
CMYK00.260.500.26
HSL28.42º41.85%55.49%-
HSV(B)28.42º50.26%74.12%-
XYZ32.2430.0914.7-
YUV148.8297.06156.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=44.79%
G=32.94%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891399400.260.500.2628.4241.8555.49
HexBD8B5E01A321A1c2a37
Octal2752131360326232345267
Binary101111011000101110111100110101100101101011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B5E; }

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

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

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

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

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

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

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

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