Html Css Color HEX #BC794F Brandy Punch

📋 copy color: '#BC794F'

red 188 ◦ green 121 ◦ blue 79

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

Shades of Brandy Punch #BC794F

Tints of Brandy Punch #BC794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 48.45%
G = 31.19%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC794F (or 0xBC794F) is known color: Brandy Punch. HEX triplet: BC, 79 and 4F. RGB value is (188,121,79). Sum of RGB (Red+Green+Blue) = 188+121+79=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC794F is #4386B0. Grayscale: #888888. Windows color (decimal): -4425393 or 5208508. OLE color: 5208508.

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

Color convert

RGB 188 121 79 -
CMYK 0 0.36 0.58 0.26
HSL 23.12º 0.45% 0.52% -
HSV(B) 23.12º 0.58% 0.74% -
XYZ 28.99 24.93 10.68 -
YUV 136.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 188 121 79 0 0.36 0.58 0.26 23.12 0.45 0.52
Hex BC 79 4F 0 24 3A 1A 17 2D 34
Octal 274 171 117 0 44 72 32 27 55 64
Binary 10111100 1111001 1001111 0 100100 111010 11010 10111 101101 110100

Color Harmonies of #BC794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC794F

Black with #BC794F

Text Example


Text Example

White with #BC794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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