Html Css Color HEX #BC7C42 Brandy Punch

📋 copy color: '#BC7C42'

red 188 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #BC7C42

Tints of Brandy Punch #BC7C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 49.74%
G = 32.8%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7C42 (or 0xBC7C42) is known color: Brandy Punch. HEX triplet: BC, 7C and 42. RGB value is (188,124,66). Sum of RGB (Red+Green+Blue) = 188+124+66=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C42 is #4383BD. Grayscale: #888888. Windows color (decimal): -4424638 or 4357308. OLE color: 4357308.

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

Color convert

RGB 188 124 66 -
CMYK 0 0.34 0.65 0.26
HSL 28.52º 0.48% 0.5% -
HSV(B) 28.52º 0.65% 0.74% -
XYZ 28.93 25.5 8.55 -
YUV 136.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 188 124 66 0 0.34 0.65 0.26 28.52 0.48 0.5
Hex BC 7C 42 0 22 41 1A 1D 30 32
Octal 274 174 102 0 42 101 32 35 60 62
Binary 10111100 1111100 1000010 0 100010 1000001 11010 11101 110000 110010

Color Harmonies of #BC7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C42

Black with #BC7C42

Text Example


Text Example

White with #BC7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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