Html Css Color HEX #BF794C Brandy Punch

📋 copy color: '#BF794C'

red 191 ◦ green 121 ◦ blue 76

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

Shades of Brandy Punch #BF794C

Tints of Brandy Punch #BF794C

RGB

 RED value IS 191 (75% from 255) = 49.23%

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

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 49.23%
G = 31.19%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF794C (or 0xBF794C) is known color: Brandy Punch. HEX triplet: BF, 79 and 4C. RGB value is (191,121,76). Sum of RGB (Red+Green+Blue) = 191+121+76=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF794C is #4086B3. Grayscale: #898989. Windows color (decimal): -4228788 or 5011903. OLE color: 5011903.

HSL color Cylindrical-coordinate representation of color #BF794C: hue angle of 23.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF794C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 121 76 -
CMYK 0 0.37 0.60 0.25
HSL 23.48º 0.47% 0.52% -
HSV(B) 23.48º 0.6% 0.75% -
XYZ 29.63 25.27 10.15 -
YUV 136.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 191 121 76 0 0.37 0.60 0.25 23.48 0.47 0.52
Hex BF 79 4C 0 25 3C 19 17 2F 34
Octal 277 171 114 0 45 74 31 27 57 64
Binary 10111111 1111001 1001100 0 100101 111100 11001 10111 101111 110100

Color Harmonies of #BF794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF794C

Black with #BF794C

Text Example


Text Example

White with #BF794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF794C; }

 p { color: rgb(191,121,76); }

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

background-color css

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

 a { background-color: rgb(191,121,76); }

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

border-color css

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

 span { border-color: rgb(191,121,76); }

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