Html Css Color HEX #BC7649 Brandy Punch

📋 copy color: '#BC7649'

red 188 ◦ green 118 ◦ blue 73

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

Shades of Brandy Punch #BC7649

Tints of Brandy Punch #BC7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 49.6%
G = 31.13%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC7649 (or 0xBC7649) is known color: Brandy Punch. HEX triplet: BC, 76 and 49. RGB value is (188,118,73). Sum of RGB (Red+Green+Blue) = 188+118+73=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7649 is #4389B6. Grayscale: #868686. Windows color (decimal): -4426167 or 4814524. OLE color: 4814524.

HSL color Cylindrical-coordinate representation of color #BC7649: hue angle of 23.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC7649 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 73 -
CMYK 0 0.37 0.61 0.26
HSL 23.48º 0.46% 0.51% -
HSV(B) 23.48º 0.61% 0.74% -
XYZ 28.42 24.13 9.46 -
YUV 133.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 188 118 73 0 0.37 0.61 0.26 23.48 0.46 0.51
Hex BC 76 49 0 25 3D 1A 17 2E 33
Octal 274 166 111 0 45 75 32 27 56 63
Binary 10111100 1110110 1001001 0 100101 111101 11010 10111 101110 110011

Color Harmonies of #BC7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7649

Black with #BC7649

Text Example


Text Example

White with #BC7649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7649; }

 p { color: rgb(188,118,73); }

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

background-color css

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

 a { background-color: rgb(188,118,73); }

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

border-color css

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

 span { border-color: rgb(188,118,73); }

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