Html Css Color HEX #BC7346 Brandy Punch

📋 copy color: '#BC7346'

red 188 ◦ green 115 ◦ blue 70

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

Shades of Brandy Punch #BC7346

Tints of Brandy Punch #BC7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 50.4%
G = 30.83%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC7346 (or 0xBC7346) is known color: Brandy Punch. HEX triplet: BC, 73 and 46. RGB value is (188,115,70). Sum of RGB (Red+Green+Blue) = 188+115+70=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7346 is #438CB9. Grayscale: #838383. Windows color (decimal): -4426938 or 4617148. OLE color: 4617148.

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

Color convert

RGB 188 115 70 -
CMYK 0 0.39 0.63 0.26
HSL 22.88º 0.47% 0.51% -
HSV(B) 22.88º 0.63% 0.74% -
XYZ 27.98 23.4 8.84 -
YUV 131.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 188 115 70 0 0.39 0.63 0.26 22.88 0.47 0.51
Hex BC 73 46 0 27 3F 1A 17 2F 33
Octal 274 163 106 0 47 77 32 27 57 63
Binary 10111100 1110011 1000110 0 100111 111111 11010 10111 101111 110011

Color Harmonies of #BC7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7346

Black with #BC7346

Text Example


Text Example

White with #BC7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7346; }

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

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

background-color css

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

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

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

border-color css

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

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

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