Html Css Color HEX #BF7849 Brandy Punch

📋 copy color: '#BF7849'

red 191 ◦ green 120 ◦ blue 73

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

Shades of Brandy Punch #BF7849

Tints of Brandy Punch #BF7849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 49.74%
G = 31.25%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7849 (or 0xBF7849) is known color: Brandy Punch. HEX triplet: BF, 78 and 49. RGB value is (191,120,73). Sum of RGB (Red+Green+Blue) = 191+120+73=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7849 is #4087B6. Grayscale: #888888. Windows color (decimal): -4229047 or 4815039. OLE color: 4815039.

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

Color convert

RGB 191 120 73 -
CMYK 0 0.37 0.62 0.25
HSL 23.9º 0.48% 0.52% -
HSV(B) 23.9º 0.62% 0.75% -
XYZ 29.4 24.99 9.58 -
YUV 135.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 191 120 73 0 0.37 0.62 0.25 23.9 0.48 0.52
Hex BF 78 49 0 25 3E 19 18 30 34
Octal 277 170 111 0 45 76 31 30 60 64
Binary 10111111 1111000 1001001 0 100101 111110 11001 11000 110000 110100

Color Harmonies of #BF7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7849

Black with #BF7849

Text Example


Text Example

White with #BF7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7849; }

 p { color: rgb(191,120,73); }

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

background-color css

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

 a { background-color: rgb(191,120,73); }

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

border-color css

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

 span { border-color: rgb(191,120,73); }

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