#BD7646

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

Shades of Brandy Punch #BD7646

Tints of Brandy Punch #BD7646

Color information

#BD7646 (or 0xBD7646) is unknown color: approx Brandy Punch. HEX triplet: BD, 76 and 46. RGB value is (189,118,70). Sum of RGB (Red+Green+Blue) = 189+118+70=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7646 is #4289B9. Grayscale: #868686. Windows color (decimal): -4360634 or 4617917. OLE color: 4617917.

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

Color convert

RGB18911870-
CMYK00.380.630.26
HSL24.2º47.41%50.78%-
HSV(B)24.2º62.96%74.12%-
XYZ28.5724.228.96-
YUV133.7692.02167.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=50.13%
G=31.30%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891187000.380.630.2624.247.4150.78
HexBD76460263F1A182f33
Octal2751661060467732305763
Binary101111011110110100011001001101111111101011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7646; }

 p { color: rgb(189,118,70); }

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

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

 a { background-color: rgb(189,118,70); }

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

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

 span { border-color: rgb(189,118,70); }

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