Html Css Color HEX #BC7444 Brandy Punch

📋 copy color: '#BC7444'

red 188 ◦ green 116 ◦ blue 68

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

Shades of Brandy Punch #BC7444

Tints of Brandy Punch #BC7444

RGB

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

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

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

R = 50.54%
G = 31.18%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7444 (or 0xBC7444) is known color: Brandy Punch. HEX triplet: BC, 74 and 44. RGB value is (188,116,68). Sum of RGB (Red+Green+Blue) = 188+116+68=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7444 is #438BBB. Grayscale: #848484. Windows color (decimal): -4426684 or 4486332. OLE color: 4486332.

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

Color convert

RGB 188 116 68 -
CMYK 0 0.38 0.64 0.26
HSL 24º 0.47% 0.5% -
HSV(B) 24º 0.64% 0.74% -
XYZ 28.03 23.6 8.55 -
YUV 132.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 188 116 68 0 0.38 0.64 0.26 24 0.47 0.5
Hex BC 74 44 0 26 40 1A 18 2F 32
Octal 274 164 104 0 46 100 32 30 57 62
Binary 10111100 1110100 1000100 0 100110 1000000 11010 11000 101111 110010

Color Harmonies of #BC7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7444

Black with #BC7444

Text Example


Text Example

White with #BC7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7444; }

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

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

background-color css

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

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

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

border-color css

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

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

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