#BD9453

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

Shades of Twine #BD9453

Tints of Twine #BD9453

Color information

#BD9453 (or 0xBD9453) is unknown color: approx Twine. HEX triplet: BD, 94 and 53. RGB value is (189,148,83). Sum of RGB (Red+Green+Blue) = 189+148+83=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9453 is #426BAC. Grayscale: #999999. Windows color (decimal): -4352941 or 5477565. OLE color: 5477565.

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

Color convert

RGB18914883-
CMYK00.220.560.26
HSL36.79º44.54%53.33%-
HSV(B)36.79º56.08%74.12%-
XYZ33.1432.6212.73-
YUV152.8588.58153.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=45%
G=35.24%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891488300.220.560.2636.7944.5453.33
HexBD9453016381A252d35
Octal2752241230267032455565
Binary1011110110010100101001101011011100011010100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9453; }

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

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

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

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

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

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

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

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