Html Css Color HEX #BC7342 Brandy Punch

📋 copy color: '#BC7342'

red 188 ◦ green 115 ◦ blue 66

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

Shades of Brandy Punch #BC7342

Tints of Brandy Punch #BC7342

RGB

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

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

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

R = 50.95%
G = 31.17%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7342 (or 0xBC7342) is known color: Brandy Punch. HEX triplet: BC, 73 and 42. RGB value is (188,115,66). Sum of RGB (Red+Green+Blue) = 188+115+66=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7342 is #438CBD. Grayscale: #838383. Windows color (decimal): -4426942 or 4355004. OLE color: 4355004.

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

Color convert

RGB 188 115 66 -
CMYK 0 0.39 0.65 0.26
HSL 24.1º 0.48% 0.5% -
HSV(B) 24.1º 0.65% 0.74% -
XYZ 27.85 23.35 8.19 -
YUV 131.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 188 115 66 0 0.39 0.65 0.26 24.1 0.48 0.5
Hex BC 73 42 0 27 41 1A 18 30 32
Octal 274 163 102 0 47 101 32 30 60 62
Binary 10111100 1110011 1000010 0 100111 1000001 11010 11000 110000 110010

Color Harmonies of #BC7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7342

Black with #BC7342

Text Example


Text Example

White with #BC7342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7342; }

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

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

background-color css

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

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

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

border-color css

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

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

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