#BD7846

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

Shades of Brandy Punch #BD7846

Tints of Brandy Punch #BD7846

Color information

#BD7846 (or 0xBD7846) is unknown color: approx Brandy Punch. HEX triplet: BD, 78 and 46. RGB value is (189,120,70). Sum of RGB (Red+Green+Blue) = 189+120+70=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7846 is #4287B9. Grayscale: #878787. Windows color (decimal): -4360122 or 4618429. OLE color: 4618429.

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

Color convert

RGB18912070-
CMYK00.370.630.26
HSL25.21º47.41%50.78%-
HSV(B)25.21º62.96%74.12%-
XYZ28.8124.699.04-
YUV134.9391.36166.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=49.87%
G=31.66%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891207000.370.630.2625.2147.4150.78
HexBD78460253F1A192f33
Octal2751701060457732315763
Binary101111011111000100011001001011111111101011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7846; }

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

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

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

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

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

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

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

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