Html Css Color HEX #BC7749 Brandy Punch

📋 copy color: '#BC7749'

red 188 ◦ green 119 ◦ blue 73

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

Shades of Brandy Punch #BC7749

Tints of Brandy Punch #BC7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 49.47%
G = 31.32%
B = 19.21%

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

#BC7749 (or 0xBC7749) is known color: Brandy Punch. HEX triplet: BC, 77 and 49. RGB value is (188,119,73). Sum of RGB (Red+Green+Blue) = 188+119+73=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7749 is #4388B6. Grayscale: #868686. Windows color (decimal): -4425911 or 4814780. OLE color: 4814780.

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

Color convert

RGB 188 119 73 -
CMYK 0 0.37 0.61 0.26
HSL 24º 0.46% 0.51% -
HSV(B) 24º 0.61% 0.74% -
XYZ 28.54 24.37 9.5 -
YUV 134.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 188 119 73 0 0.37 0.61 0.26 24 0.46 0.51
Hex BC 77 49 0 25 3D 1A 18 2E 33
Octal 274 167 111 0 45 75 32 30 56 63
Binary 10111100 1110111 1001001 0 100101 111101 11010 11000 101110 110011

Color Harmonies of #BC7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7749

Black with #BC7749

Text Example


Text Example

White with #BC7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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