#BC753E

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

Shades of Brandy Punch #BC753E

Tints of Brandy Punch #BC753E

Color information

#BC753E (or 0xBC753E) is unknown color: approx Brandy Punch. HEX triplet: BC, 75 and 3E. RGB value is (188,117,62). Sum of RGB (Red+Green+Blue) = 188+117+62=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC753E is #438AC1. Grayscale: #848484. Windows color (decimal): -4426434 or 4093372. OLE color: 4093372.

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

Color convert

RGB18811762-
CMYK00.380.670.26
HSL26.19º50.4%49.02%-
HSV(B)26.19º67.02%73.73%-
XYZ27.9723.767.67-
YUV131.9688.52167.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=51.23%
G=31.88%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881176200.380.670.2626.1950.449.02
HexBC753E026431A1a3231
Octal2741657604610332326261
Binary101111001110101111110010011010000111101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC753E; }

 p { color: rgb(188,117,62); }

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

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

 a { background-color: rgb(188,117,62); }

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

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

 span { border-color: rgb(188,117,62); }

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