Html Css Color HEX #BC7744 Brandy Punch

📋 copy color: '#BC7744'

red 188 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #BC7744

Tints of Brandy Punch #BC7744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 50.13%
G = 31.73%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7744 (or 0xBC7744) is known color: Brandy Punch. HEX triplet: BC, 77 and 44. RGB value is (188,119,68). Sum of RGB (Red+Green+Blue) = 188+119+68=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7744 is #4388BB. Grayscale: #868686. Windows color (decimal): -4425916 or 4487100. OLE color: 4487100.

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

Color convert

RGB 188 119 68 -
CMYK 0 0.37 0.64 0.26
HSL 25.5º 0.47% 0.5% -
HSV(B) 25.5º 0.64% 0.74% -
XYZ 28.38 24.3 8.66 -
YUV 133.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 188 119 68 0 0.37 0.64 0.26 25.5 0.47 0.5
Hex BC 77 44 0 25 40 1A 1A 2F 32
Octal 274 167 104 0 45 100 32 32 57 62
Binary 10111100 1110111 1000100 0 100101 1000000 11010 11010 101111 110010

Color Harmonies of #BC7744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7744

Black with #BC7744

Text Example


Text Example

White with #BC7744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7744; }

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

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

background-color css

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

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

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

border-color css

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

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

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