#BD8F5A

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

Shades of Twine #BD8F5A

Tints of Twine #BD8F5A

Color information

#BD8F5A (or 0xBD8F5A) is unknown color: approx Twine. HEX triplet: BD, 8F and 5A. RGB value is (189,143,90). Sum of RGB (Red+Green+Blue) = 189+143+90=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5A is #4270A5. Grayscale: #969696. Windows color (decimal): -4354214 or 5935037. OLE color: 5935037.

HSL color Cylindrical-coordinate representation of color #BD8F5A: hue angle of 32.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD8F5A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18914390-
CMYK00.240.520.26
HSL32.12º42.86%54.71%-
HSV(B)32.12º52.38%74.12%-
XYZ32.6531.213.97-
YUV150.7193.74155.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=44.79%
G=33.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891439000.240.520.2632.1242.8654.71
HexBD8F5A018341A202b37
Octal2752171320306432405367
Binary1011110110001111101101001100011010011010100000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F5A; }

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

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

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

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

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

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

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

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