Html Css Color HEX #BC8052 Brandy Punch

📋 copy color: '#BC8052'

red 188 ◦ green 128 ◦ blue 82

#BC8052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BC8052

Tints of Brandy Punch #BC8052

RGB

 RED value IS 188 (73.83% from 255) = 47.24%

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 47.24%
G = 32.16%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8052 (or 0xBC8052) is known color: Brandy Punch. HEX triplet: BC, 80 and 52. RGB value is (188,128,82). Sum of RGB (Red+Green+Blue) = 188+128+82=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8052 is #437FAD. Grayscale: #8C8C8C. Windows color (decimal): -4423598 or 5406908. OLE color: 5406908.

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

Color convert

RGB 188 128 82 -
CMYK 0 0.32 0.56 0.26
HSL 26.04º 0.44% 0.53% -
HSV(B) 26.04º 0.56% 0.74% -
XYZ 29.98 26.74 11.56 -
YUV 140.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 188 128 82 0 0.32 0.56 0.26 26.04 0.44 0.53
Hex BC 80 52 0 20 38 1A 1A 2C 35
Octal 274 200 122 0 40 70 32 32 54 65
Binary 10111100 10000000 1010010 0 100000 111000 11010 11010 101100 110101

Color Harmonies of #BC8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8052

Black with #BC8052

Text Example


Text Example

White with #BC8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8052; }

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

 H1.HeaderClassName
 {
   color: #BC8052;
 }
 .AnyTagClassName
 {
   color: #BC8052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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