#BD8F5E

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

Shades of Twine #BD8F5E

Tints of Twine #BD8F5E

Color information

#BD8F5E (or 0xBD8F5E) is unknown color: approx Twine. HEX triplet: BD, 8F and 5E. RGB value is (189,143,94). Sum of RGB (Red+Green+Blue) = 189+143+94=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5E is #4270A1. Grayscale: #979797. Windows color (decimal): -4354210 or 6197181. OLE color: 6197181.

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

Color convert

RGB18914394-
CMYK00.240.500.26
HSL30.95º41.85%55.49%-
HSV(B)30.95º50.26%74.12%-
XYZ32.8331.2714.9-
YUV151.1795.74154.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=44.37%
G=33.57%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891439400.240.500.2630.9541.8555.49
HexBD8F5E018321A1f2a37
Octal2752171360306232375267
Binary101111011000111110111100110001100101101011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F5E; }

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

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

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

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

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

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

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

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