Html Css Color HEX #BC7C56 Brandy Punch

📋 copy color: '#BC7C56'

red 188 ◦ green 124 ◦ blue 86

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

Shades of Brandy Punch #BC7C56

Tints of Brandy Punch #BC7C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 86 (33.98% from 255) = 21.61%

R = 47.24%
G = 31.16%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7C56 (or 0xBC7C56) is known color: Brandy Punch. HEX triplet: BC, 7C and 56. RGB value is (188,124,86). Sum of RGB (Red+Green+Blue) = 188+124+86=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C56 is #4383A9. Grayscale: #8B8B8B. Windows color (decimal): -4424618 or 5668028. OLE color: 5668028.

HSL color Cylindrical-coordinate representation of color #BC7C56: hue angle of 22.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7C56 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 124 86 -
CMYK 0 0.34 0.54 0.26
HSL 22.35º 0.43% 0.54% -
HSV(B) 22.35º 0.54% 0.74% -
XYZ 29.63 25.78 12.22 -
YUV 138.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 188 124 86 0 0.34 0.54 0.26 22.35 0.43 0.54
Hex BC 7C 56 0 22 36 1A 16 2B 36
Octal 274 174 126 0 42 66 32 26 53 66
Binary 10111100 1111100 1010110 0 100010 110110 11010 10110 101011 110110

Color Harmonies of #BC7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C56

Black with #BC7C56

Text Example


Text Example

White with #BC7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C56; }

 p { color: rgb(188,124,86); }

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

background-color css

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

 a { background-color: rgb(188,124,86); }

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

border-color css

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

 span { border-color: rgb(188,124,86); }

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