Html Css Color HEX #BC7341 Brandy Punch

📋 copy color: '#BC7341'

red 188 ◦ green 115 ◦ blue 65

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

Shades of Brandy Punch #BC7341

Tints of Brandy Punch #BC7341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 51.09%
G = 31.25%
B = 17.66%

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

#BC7341 (or 0xBC7341) is known color: Brandy Punch. HEX triplet: BC, 73 and 41. RGB value is (188,115,65). Sum of RGB (Red+Green+Blue) = 188+115+65=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7341 is #438CBE. Grayscale: #838383. Windows color (decimal): -4426943 or 4289468. OLE color: 4289468.

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

Color convert

RGB 188 115 65 -
CMYK 0 0.39 0.65 0.26
HSL 24.39º 0.49% 0.5% -
HSV(B) 24.39º 0.65% 0.74% -
XYZ 27.82 23.33 8.04 -
YUV 131.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 188 115 65 0 0.39 0.65 0.26 24.39 0.49 0.5
Hex BC 73 41 0 27 41 1A 18 31 32
Octal 274 163 101 0 47 101 32 30 61 62
Binary 10111100 1110011 1000001 0 100111 1000001 11010 11000 110001 110010

Color Harmonies of #BC7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7341

Black with #BC7341

Text Example


Text Example

White with #BC7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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