Html Css Color HEX #BC8040 Brandy Punch

📋 copy color: '#BC8040'

red 188 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #BC8040

Tints of Brandy Punch #BC8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 49.47%
G = 33.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8040 (or 0xBC8040) is known color: Brandy Punch. HEX triplet: BC, 80 and 40. RGB value is (188,128,64). Sum of RGB (Red+Green+Blue) = 188+128+64=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8040 is #437FBF. Grayscale: #8A8A8A. Windows color (decimal): -4423616 or 4227260. OLE color: 4227260.

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

Color convert

RGB 188 128 64 -
CMYK 0 0.32 0.66 0.26
HSL 30.97º 0.49% 0.49% -
HSV(B) 30.97º 0.66% 0.74% -
XYZ 29.38 26.5 8.42 -
YUV 138.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 188 128 64 0 0.32 0.66 0.26 30.97 0.49 0.49
Hex BC 80 40 0 20 42 1A 1F 31 31
Octal 274 200 100 0 40 102 32 37 61 61
Binary 10111100 10000000 1000000 0 100000 1000010 11010 11111 110001 110001

Color Harmonies of #BC8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8040

Black with #BC8040

Text Example


Text Example

White with #BC8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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