Html Css Color HEX #BC7C40 Brandy Punch

📋 copy color: '#BC7C40'

red 188 ◦ green 124 ◦ blue 64

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

Shades of Brandy Punch #BC7C40

Tints of Brandy Punch #BC7C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 50%
G = 32.98%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7C40 (or 0xBC7C40) is known color: Brandy Punch. HEX triplet: BC, 7C and 40. RGB value is (188,124,64). Sum of RGB (Red+Green+Blue) = 188+124+64=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C40 is #4383BF. Grayscale: #888888. Windows color (decimal): -4424640 or 4226236. OLE color: 4226236.

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

Color convert

RGB 188 124 64 -
CMYK 0 0.34 0.66 0.26
HSL 29.03º 0.49% 0.49% -
HSV(B) 29.03º 0.66% 0.74% -
XYZ 28.87 25.48 8.25 -
YUV 136.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 188 124 64 0 0.34 0.66 0.26 29.03 0.49 0.49
Hex BC 7C 40 0 22 42 1A 1D 31 31
Octal 274 174 100 0 42 102 32 35 61 61
Binary 10111100 1111100 1000000 0 100010 1000010 11010 11101 110001 110001

Color Harmonies of #BC7C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C40

Black with #BC7C40

Text Example


Text Example

White with #BC7C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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