#BD7E41

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

Shades of Brandy Punch #BD7E41

Tints of Brandy Punch #BD7E41

Color information

#BD7E41 (or 0xBD7E41) is unknown color: approx Brandy Punch. HEX triplet: BD, 7E and 41. RGB value is (189,126,65). Sum of RGB (Red+Green+Blue) = 189+126+65=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E41 is #4281BE. Grayscale: #8A8A8A. Windows color (decimal): -4358591 or 4292285. OLE color: 4292285.

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

Color convert

RGB18912665-
CMYK00.330.660.26
HSL29.52º48.82%49.8%-
HSV(B)29.52º65.61%74.12%-
XYZ29.426.128.49-
YUV137.8886.87164.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=49.74%
G=33.16%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891266500.330.660.2629.5248.8249.8
HexBD7E41021421A1e3132
Octal27517610104110232366162
Binary1011110111111101000001010000110000101101011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E41; }

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

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

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

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

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

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

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

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