Html Css Color HEX #BF7649 Brandy Punch

📋 copy color: '#BF7649'

red 191 ◦ green 118 ◦ blue 73

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

Shades of Brandy Punch #BF7649

Tints of Brandy Punch #BF7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 50%
G = 30.89%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7649 (or 0xBF7649) is known color: Brandy Punch. HEX triplet: BF, 76 and 49. RGB value is (191,118,73). Sum of RGB (Red+Green+Blue) = 191+118+73=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7649 is #4089B6. Grayscale: #868686. Windows color (decimal): -4229559 or 4814527. OLE color: 4814527.

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

Color convert

RGB 191 118 73 -
CMYK 0 0.38 0.62 0.25
HSL 22.88º 0.48% 0.52% -
HSV(B) 22.88º 0.62% 0.75% -
XYZ 29.17 24.51 9.5 -
YUV 134.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 191 118 73 0 0.38 0.62 0.25 22.88 0.48 0.52
Hex BF 76 49 0 26 3E 19 17 30 34
Octal 277 166 111 0 46 76 31 27 60 64
Binary 10111111 1110110 1001001 0 100110 111110 11001 10111 110000 110100

Color Harmonies of #BF7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7649

Black with #BF7649

Text Example


Text Example

White with #BF7649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7649; }

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

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

background-color css

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

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

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

border-color css

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

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

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