#BC8152

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

Shades of Brandy Punch #BC8152

Tints of Brandy Punch #BC8152

Color information

#BC8152 (or 0xBC8152) is unknown color: approx Brandy Punch. HEX triplet: BC, 81 and 52. RGB value is (188,129,82). Sum of RGB (Red+Green+Blue) = 188+129+82=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8152 is #437EAD. Grayscale: #8D8D8D. Windows color (decimal): -4423342 or 5407164. OLE color: 5407164.

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

Color convert

RGB18812982-
CMYK00.310.560.26
HSL26.6º44.17%52.94%-
HSV(B)26.6º56.38%73.73%-
XYZ30.112711.61-
YUV141.2894.55161.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=47.12%
G=32.33%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881298200.310.560.2626.644.1752.94
HexBC815201F381A1b2c35
Octal2742011220377032335465
Binary101111001000000110100100111111110001101011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8152; }

 p { color: rgb(188,129,82); }

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

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

 a { background-color: rgb(188,129,82); }

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

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

 span { border-color: rgb(188,129,82); }

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