Html Css Color HEX #BC7940 Brandy Punch

📋 copy color: '#BC7940'

red 188 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #BC7940

Tints of Brandy Punch #BC7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 50.4%
G = 32.44%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7940 (or 0xBC7940) is known color: Brandy Punch. HEX triplet: BC, 79 and 40. RGB value is (188,121,64). Sum of RGB (Red+Green+Blue) = 188+121+64=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7940 is #4386BF. Grayscale: #868686. Windows color (decimal): -4425408 or 4225468. OLE color: 4225468.

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

Color convert

RGB 188 121 64 -
CMYK 0 0.36 0.66 0.26
HSL 27.58º 0.49% 0.49% -
HSV(B) 27.58º 0.66% 0.74% -
XYZ 28.5 24.74 8.12 -
YUV 134.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 188 121 64 0 0.36 0.66 0.26 27.58 0.49 0.49
Hex BC 79 40 0 24 42 1A 1C 31 31
Octal 274 171 100 0 44 102 32 34 61 61
Binary 10111100 1111001 1000000 0 100100 1000010 11010 11100 110001 110001

Color Harmonies of #BC7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7940

Black with #BC7940

Text Example


Text Example

White with #BC7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7940; }

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

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

background-color css

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

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

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

border-color css

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

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

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