Html Css Color HEX #BC7344 Brandy Punch

📋 copy color: '#BC7344'

red 188 ◦ green 115 ◦ blue 68

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

Shades of Brandy Punch #BC7344

Tints of Brandy Punch #BC7344

RGB

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

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

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

R = 50.67%
G = 31%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7344 (or 0xBC7344) is known color: Brandy Punch. HEX triplet: BC, 73 and 44. RGB value is (188,115,68). Sum of RGB (Red+Green+Blue) = 188+115+68=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7344 is #438CBB. Grayscale: #838383. Windows color (decimal): -4426940 or 4486076. OLE color: 4486076.

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

Color convert

RGB 188 115 68 -
CMYK 0 0.39 0.64 0.26
HSL 23.5º 0.47% 0.5% -
HSV(B) 23.5º 0.64% 0.74% -
XYZ 27.91 23.37 8.51 -
YUV 131.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 188 115 68 0 0.39 0.64 0.26 23.5 0.47 0.5
Hex BC 73 44 0 27 40 1A 18 2F 32
Octal 274 163 104 0 47 100 32 30 57 62
Binary 10111100 1110011 1000100 0 100111 1000000 11010 11000 101111 110010

Color Harmonies of #BC7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7344

Black with #BC7344

Text Example


Text Example

White with #BC7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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