Html Css Color HEX #BC794D Brandy Punch

📋 copy color: '#BC794D'

red 188 ◦ green 121 ◦ blue 77

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

Shades of Brandy Punch #BC794D

Tints of Brandy Punch #BC794D

RGB

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

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

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

R = 48.7%
G = 31.35%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC794D (or 0xBC794D) is known color: Brandy Punch. HEX triplet: BC, 79 and 4D. RGB value is (188,121,77). Sum of RGB (Red+Green+Blue) = 188+121+77=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC794D is #4386B2. Grayscale: #888888. Windows color (decimal): -4425395 or 5077436. OLE color: 5077436.

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

Color convert

RGB 188 121 77 -
CMYK 0 0.36 0.59 0.26
HSL 23.78º 0.45% 0.52% -
HSV(B) 23.78º 0.59% 0.74% -
XYZ 28.92 24.9 10.3 -
YUV 136.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 188 121 77 0 0.36 0.59 0.26 23.78 0.45 0.52
Hex BC 79 4D 0 24 3B 1A 18 2D 34
Octal 274 171 115 0 44 73 32 30 55 64
Binary 10111100 1111001 1001101 0 100100 111011 11010 11000 101101 110100

Color Harmonies of #BC794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC794D

Black with #BC794D

Text Example


Text Example

White with #BC794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC794D; }

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

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

background-color css

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

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

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

border-color css

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

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

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