Html Css Color HEX #BC7446 Brandy Punch

📋 copy color: '#BC7446'

red 188 ◦ green 116 ◦ blue 70

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

Shades of Brandy Punch #BC7446

Tints of Brandy Punch #BC7446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 50.27%
G = 31.02%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC7446 (or 0xBC7446) is known color: Brandy Punch. HEX triplet: BC, 74 and 46. RGB value is (188,116,70). Sum of RGB (Red+Green+Blue) = 188+116+70=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7446 is #438BB9. Grayscale: #848484. Windows color (decimal): -4426682 or 4617404. OLE color: 4617404.

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

Color convert

RGB 188 116 70 -
CMYK 0 0.38 0.63 0.26
HSL 23.39º 0.47% 0.51% -
HSV(B) 23.39º 0.63% 0.74% -
XYZ 28.09 23.62 8.87 -
YUV 132.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 188 116 70 0 0.38 0.63 0.26 23.39 0.47 0.51
Hex BC 74 46 0 26 3F 1A 17 2F 33
Octal 274 164 106 0 46 77 32 27 57 63
Binary 10111100 1110100 1000110 0 100110 111111 11010 10111 101111 110011

Color Harmonies of #BC7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7446

Black with #BC7446

Text Example


Text Example

White with #BC7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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