Html Css Color HEX #BC794A Brandy Punch

📋 copy color: '#BC794A'

red 188 ◦ green 121 ◦ blue 74

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

Shades of Brandy Punch #BC794A

Tints of Brandy Punch #BC794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 49.09%
G = 31.59%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC794A (or 0xBC794A) is known color: Brandy Punch. HEX triplet: BC, 79 and 4A. RGB value is (188,121,74). Sum of RGB (Red+Green+Blue) = 188+121+74=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC794A is #4386B5. Grayscale: #878787. Windows color (decimal): -4425398 or 4880828. OLE color: 4880828.

HSL color Cylindrical-coordinate representation of color #BC794A: hue angle of 24.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC794A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 74 -
CMYK 0 0.36 0.61 0.26
HSL 24.74º 0.46% 0.51% -
HSV(B) 24.74º 0.61% 0.74% -
XYZ 28.81 24.86 9.76 -
YUV 135.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 188 121 74 0 0.36 0.61 0.26 24.74 0.46 0.51
Hex BC 79 4A 0 24 3D 1A 19 2E 33
Octal 274 171 112 0 44 75 32 31 56 63
Binary 10111100 1111001 1001010 0 100100 111101 11010 11001 101110 110011

Color Harmonies of #BC794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC794A

Black with #BC794A

Text Example


Text Example

White with #BC794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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