Html Css Color HEX #BC804D Brandy Punch

📋 copy color: '#BC804D'

red 188 ◦ green 128 ◦ blue 77

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

Shades of Brandy Punch #BC804D

Tints of Brandy Punch #BC804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 47.84%
G = 32.57%
B = 19.59%

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

#BC804D (or 0xBC804D) is known color: Brandy Punch. HEX triplet: BC, 80 and 4D. RGB value is (188,128,77). Sum of RGB (Red+Green+Blue) = 188+128+77=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC804D is #437FB2. Grayscale: #8C8C8C. Windows color (decimal): -4423603 or 5079228. OLE color: 5079228.

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

Color convert

RGB 188 128 77 -
CMYK 0 0.32 0.59 0.26
HSL 27.57º 0.45% 0.52% -
HSV(B) 27.57º 0.59% 0.74% -
XYZ 29.8 26.67 10.6 -
YUV 140.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 188 128 77 0 0.32 0.59 0.26 27.57 0.45 0.52
Hex BC 80 4D 0 20 3B 1A 1C 2D 34
Octal 274 200 115 0 40 73 32 34 55 64
Binary 10111100 10000000 1001101 0 100000 111011 11010 11100 101101 110100

Color Harmonies of #BC804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC804D

Black with #BC804D

Text Example


Text Example

White with #BC804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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