#BC823C

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

Shades of Brandy Punch #BC823C

Tints of Brandy Punch #BC823C

Color information

#BC823C (or 0xBC823C) is unknown color: approx Brandy Punch. HEX triplet: BC, 82 and 3C. RGB value is (188,130,60). Sum of RGB (Red+Green+Blue) = 188+130+60=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823C is #437DC3. Grayscale: #8B8B8B. Windows color (decimal): -4423108 or 3965628. OLE color: 3965628.

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

Color convert

RGB18813060-
CMYK00.310.680.26
HSL32.81º51.61%48.63%-
HSV(B)32.81º68.09%73.73%-
XYZ29.5426.987.93-
YUV139.3683.22162.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 60 (23.83% from 255) = 15.87%
R=49.74%
G=34.39%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881306000.310.680.2632.8151.6148.63
HexBC823C01F441A213431
Octal2742027403710432416461
Binary1011110010000010111100011111100010011010100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC823C; }

 p { color: rgb(188,130,60); }

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

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

 a { background-color: rgb(188,130,60); }

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

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

 span { border-color: rgb(188,130,60); }

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