#BD7843

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

Shades of Brandy Punch #BD7843

Tints of Brandy Punch #BD7843

Color information

#BD7843 (or 0xBD7843) is unknown color: approx Brandy Punch. HEX triplet: BD, 78 and 43. RGB value is (189,120,67). Sum of RGB (Red+Green+Blue) = 189+120+67=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7843 is #4287BC. Grayscale: #868686. Windows color (decimal): -4360125 or 4421821. OLE color: 4421821.

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

Color convert

RGB18912067-
CMYK00.370.650.26
HSL26.07º48.03%50.2%-
HSV(B)26.07º64.55%74.12%-
XYZ28.7224.668.56-
YUV134.5989.86166.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 67 (26.56% from 255) = 17.82%
R=50.27%
G=31.91%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891206700.370.650.2626.0748.0350.2
HexBD7843025411A1a3032
Octal27517010304510132326062
Binary1011110111110001000011010010110000011101011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7843; }

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

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

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

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

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

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

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

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