Html Css Color HEX #BC804E Brandy Punch

📋 copy color: '#BC804E'

red 188 ◦ green 128 ◦ blue 78

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

Shades of Brandy Punch #BC804E

Tints of Brandy Punch #BC804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 47.72%
G = 32.49%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC804E (or 0xBC804E) is known color: Brandy Punch. HEX triplet: BC, 80 and 4E. RGB value is (188,128,78). Sum of RGB (Red+Green+Blue) = 188+128+78=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC804E is #437FB1. Grayscale: #8C8C8C. Windows color (decimal): -4423602 or 5144764. OLE color: 5144764.

HSL color Cylindrical-coordinate representation of color #BC804E: hue angle of 27.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC804E is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 78 -
CMYK 0 0.32 0.59 0.26
HSL 27.27º 0.45% 0.52% -
HSV(B) 27.27º 0.59% 0.74% -
XYZ 29.83 26.68 10.79 -
YUV 140.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 188 128 78 0 0.32 0.59 0.26 27.27 0.45 0.52
Hex BC 80 4E 0 20 3B 1A 1B 2D 34
Octal 274 200 116 0 40 73 32 33 55 64
Binary 10111100 10000000 1001110 0 100000 111011 11010 11011 101101 110100

Color Harmonies of #BC804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC804E

Black with #BC804E

Text Example


Text Example

White with #BC804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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