Html Css Color HEX #BC7449 Brandy Punch

📋 copy color: '#BC7449'

red 188 ◦ green 116 ◦ blue 73

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

Shades of Brandy Punch #BC7449

Tints of Brandy Punch #BC7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 49.87%
G = 30.77%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC7449 (or 0xBC7449) is known color: Brandy Punch. HEX triplet: BC, 74 and 49. RGB value is (188,116,73). Sum of RGB (Red+Green+Blue) = 188+116+73=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7449 is #438BB6. Grayscale: #848484. Windows color (decimal): -4426679 or 4814012. OLE color: 4814012.

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

Color convert

RGB 188 116 73 -
CMYK 0 0.38 0.61 0.26
HSL 22.43º 0.46% 0.51% -
HSV(B) 22.43º 0.61% 0.74% -
XYZ 28.19 23.66 9.39 -
YUV 132.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 188 116 73 0 0.38 0.61 0.26 22.43 0.46 0.51
Hex BC 74 49 0 26 3D 1A 16 2E 33
Octal 274 164 111 0 46 75 32 26 56 63
Binary 10111100 1110100 1001001 0 100110 111101 11010 10110 101110 110011

Color Harmonies of #BC7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7449

Black with #BC7449

Text Example


Text Example

White with #BC7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7449; }

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

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

background-color css

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

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

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

border-color css

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

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

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