Html Css Color HEX #BF794A Brandy Punch

📋 copy color: '#BF794A'

red 191 ◦ green 121 ◦ blue 74

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

Shades of Brandy Punch #BF794A

Tints of Brandy Punch #BF794A

RGB

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

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

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

R = 49.48%
G = 31.35%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF794A (or 0xBF794A) is known color: Brandy Punch. HEX triplet: BF, 79 and 4A. RGB value is (191,121,74). Sum of RGB (Red+Green+Blue) = 191+121+74=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF794A is #4086B5. Grayscale: #888888. Windows color (decimal): -4228790 or 4880831. OLE color: 4880831.

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

Color convert

RGB 191 121 74 -
CMYK 0 0.37 0.61 0.25
HSL 24.1º 0.48% 0.52% -
HSV(B) 24.1º 0.61% 0.75% -
XYZ 29.56 25.25 9.79 -
YUV 136.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 191 121 74 0 0.37 0.61 0.25 24.1 0.48 0.52
Hex BF 79 4A 0 25 3D 19 18 30 34
Octal 277 171 112 0 45 75 31 30 60 64
Binary 10111111 1111001 1001010 0 100101 111101 11001 11000 110000 110100

Color Harmonies of #BF794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF794A

Black with #BF794A

Text Example


Text Example

White with #BF794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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