Html Css Color HEX #BC7742 Brandy Punch

📋 copy color: '#BC7742'

red 188 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #BC7742

Tints of Brandy Punch #BC7742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 50.4%
G = 31.9%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7742 (or 0xBC7742) is known color: Brandy Punch. HEX triplet: BC, 77 and 42. RGB value is (188,119,66). Sum of RGB (Red+Green+Blue) = 188+119+66=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7742 is #4388BD. Grayscale: #858585. Windows color (decimal): -4425918 or 4356028. OLE color: 4356028.

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

Color convert

RGB 188 119 66 -
CMYK 0 0.37 0.65 0.26
HSL 26.07º 0.48% 0.5% -
HSV(B) 26.07º 0.65% 0.74% -
XYZ 28.32 24.28 8.35 -
YUV 133.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 188 119 66 0 0.37 0.65 0.26 26.07 0.48 0.5
Hex BC 77 42 0 25 41 1A 1A 30 32
Octal 274 167 102 0 45 101 32 32 60 62
Binary 10111100 1110111 1000010 0 100101 1000001 11010 11010 110000 110010

Color Harmonies of #BC7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7742

Black with #BC7742

Text Example


Text Example

White with #BC7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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