Html Css Color HEX #BC7345 Brandy Punch

📋 copy color: '#BC7345'

red 188 ◦ green 115 ◦ blue 69

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

Shades of Brandy Punch #BC7345

Tints of Brandy Punch #BC7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 50.54%
G = 30.91%
B = 18.55%

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

#BC7345 (or 0xBC7345) is known color: Brandy Punch. HEX triplet: BC, 73 and 45. RGB value is (188,115,69). Sum of RGB (Red+Green+Blue) = 188+115+69=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7345 is #438CBA. Grayscale: #838383. Windows color (decimal): -4426939 or 4551612. OLE color: 4551612.

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

Color convert

RGB 188 115 69 -
CMYK 0 0.39 0.63 0.26
HSL 23.19º 0.47% 0.5% -
HSV(B) 23.19º 0.63% 0.74% -
XYZ 27.94 23.38 8.67 -
YUV 131.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 188 115 69 0 0.39 0.63 0.26 23.19 0.47 0.5
Hex BC 73 45 0 27 3F 1A 17 2F 32
Octal 274 163 105 0 47 77 32 27 57 62
Binary 10111100 1110011 1000101 0 100111 111111 11010 10111 101111 110010

Color Harmonies of #BC7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7345

Black with #BC7345

Text Example


Text Example

White with #BC7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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