Html Css Color HEX #BC7340 Brandy Punch

📋 copy color: '#BC7340'

red 188 ◦ green 115 ◦ blue 64

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

Shades of Brandy Punch #BC7340

Tints of Brandy Punch #BC7340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 51.23%
G = 31.34%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7340 (or 0xBC7340) is known color: Brandy Punch. HEX triplet: BC, 73 and 40. RGB value is (188,115,64). Sum of RGB (Red+Green+Blue) = 188+115+64=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7340 is #438CBF. Grayscale: #838383. Windows color (decimal): -4426944 or 4223932. OLE color: 4223932.

HSL color Cylindrical-coordinate representation of color #BC7340: hue angle of 24.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC7340 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 64 -
CMYK 0 0.39 0.66 0.26
HSL 24.68º 0.49% 0.49% -
HSV(B) 24.68º 0.66% 0.74% -
XYZ 27.8 23.32 7.89 -
YUV 131.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 188 115 64 0 0.39 0.66 0.26 24.68 0.49 0.49
Hex BC 73 40 0 27 42 1A 19 31 31
Octal 274 163 100 0 47 102 32 31 61 61
Binary 10111100 1110011 1000000 0 100111 1000010 11010 11001 110001 110001

Color Harmonies of #BC7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7340

Black with #BC7340

Text Example


Text Example

White with #BC7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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