#BD8253

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

Shades of Twine #BD8253

Tints of Twine #BD8253

Color information

#BD8253 (or 0xBD8253) is unknown color: approx Twine. HEX triplet: BD, 82 and 53. RGB value is (189,130,83). Sum of RGB (Red+Green+Blue) = 189+130+83=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8253 is #427DAC. Grayscale: #8E8E8E. Windows color (decimal): -4357549 or 5472957. OLE color: 5472957.

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

Color convert

RGB18913083-
CMYK00.310.560.26
HSL26.6º44.54%53.33%-
HSV(B)26.6º56.08%74.12%-
XYZ30.5327.4111.86-
YUV142.2894.55161.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=47.01%
G=32.34%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891308300.310.560.2626.644.5453.33
HexBD825301F381A1b2d35
Octal2752021230377032335565
Binary101111011000001010100110111111110001101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8253; }

 p { color: rgb(189,130,83); }

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

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

 a { background-color: rgb(189,130,83); }

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

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

 span { border-color: rgb(189,130,83); }

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