#BC743E

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

Shades of Brandy Punch #BC743E

Tints of Brandy Punch #BC743E

Color information

#BC743E (or 0xBC743E) is unknown color: approx Brandy Punch. HEX triplet: BC, 74 and 3E. RGB value is (188,116,62). Sum of RGB (Red+Green+Blue) = 188+116+62=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC743E is #438BC1. Grayscale: #838383. Windows color (decimal): -4426690 or 4093116. OLE color: 4093116.

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

Color convert

RGB18811662-
CMYK00.380.670.26
HSL25.71º50.4%49.02%-
HSV(B)25.71º67.02%73.73%-
XYZ27.8523.537.63-
YUV131.3788.85168.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=51.37%
G=31.69%
B=16.94%

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
Decimal1881166200.380.670.2625.7150.449.02
HexBC743E026431A1a3231
Octal2741647604610332326261
Binary101111001110100111110010011010000111101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC743E; }

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

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

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

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

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

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

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

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