#BD7E49

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

Shades of Brandy Punch #BD7E49

Tints of Brandy Punch #BD7E49

Color information

#BD7E49 (or 0xBD7E49) is unknown color: approx Brandy Punch. HEX triplet: BD, 7E and 49. RGB value is (189,126,73). Sum of RGB (Red+Green+Blue) = 189+126+73=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E49 is #4281B6. Grayscale: #8B8B8B. Windows color (decimal): -4358583 or 4816573. OLE color: 4816573.

HSL color Cylindrical-coordinate representation of color #BD7E49: hue angle of 27.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD7E49 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18912673-
CMYK00.330.610.26
HSL27.41º46.77%51.37%-
HSV(B)27.41º61.38%74.12%-
XYZ29.6526.229.8-
YUV138.7990.87163.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=48.71%
G=32.47%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891267300.330.610.2627.4146.7751.37
HexBD7E490213D1A1b2f33
Octal2751761110417532335763
Binary101111011111110100100101000011111011101011011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E49; }

 p { color: rgb(189,126,73); }

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

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

 a { background-color: rgb(189,126,73); }

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

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

 span { border-color: rgb(189,126,73); }

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