Html Css Color HEX #BF7549 Brandy Punch

📋 copy color: '#BF7549'

red 191 ◦ green 117 ◦ blue 73

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

Shades of Brandy Punch #BF7549

Tints of Brandy Punch #BF7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

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

R = 50.13%
G = 30.71%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7549 (or 0xBF7549) is known color: Brandy Punch. HEX triplet: BF, 75 and 49. RGB value is (191,117,73). Sum of RGB (Red+Green+Blue) = 191+117+73=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7549 is #408AB6. Grayscale: #868686. Windows color (decimal): -4229815 or 4814271. OLE color: 4814271.

HSL color Cylindrical-coordinate representation of color #BF7549: hue angle of 22.37º 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 #BF7549 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 73 -
CMYK 0 0.39 0.62 0.25
HSL 22.37º 0.48% 0.52% -
HSV(B) 22.37º 0.62% 0.75% -
XYZ 29.05 24.28 9.46 -
YUV 134.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 191 117 73 0 0.39 0.62 0.25 22.37 0.48 0.52
Hex BF 75 49 0 27 3E 19 16 30 34
Octal 277 165 111 0 47 76 31 26 60 64
Binary 10111111 1110101 1001001 0 100111 111110 11001 10110 110000 110100

Color Harmonies of #BF7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7549

Black with #BF7549

Text Example


Text Example

White with #BF7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7549; }

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

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

background-color css

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

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

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

border-color css

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

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

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