#BD7541

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

Shades of Brandy Punch #BD7541

Tints of Brandy Punch #BD7541

Color information

#BD7541 (or 0xBD7541) is unknown color: approx Brandy Punch. HEX triplet: BD, 75 and 41. RGB value is (189,117,65). Sum of RGB (Red+Green+Blue) = 189+117+65=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7541 is #428ABE. Grayscale: #848484. Windows color (decimal): -4360895 or 4289981. OLE color: 4289981.

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

Color convert

RGB18911765-
CMYK00.380.660.26
HSL25.16º48.82%49.8%-
HSV(B)25.16º65.61%74.12%-
XYZ28.323.928.13-
YUV132.689.85168.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=50.94%
G=31.54%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891176500.380.660.2625.1648.8249.8
HexBD7541026421A193132
Octal27516510104610232316162
Binary1011110111101011000001010011010000101101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7541; }

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

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

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

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

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

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

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

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