Html Css Color HEX #BF7747 Brandy Punch

📋 copy color: '#BF7747'

red 191 ◦ green 119 ◦ blue 71

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

Shades of Brandy Punch #BF7747

Tints of Brandy Punch #BF7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 50.13%
G = 31.23%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7747 (or 0xBF7747) is known color: Brandy Punch. HEX triplet: BF, 77 and 47. RGB value is (191,119,71). Sum of RGB (Red+Green+Blue) = 191+119+71=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7747 is #4088B8. Grayscale: #878787. Windows color (decimal): -4229305 or 4683711. OLE color: 4683711.

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

Color convert

RGB 191 119 71 -
CMYK 0 0.38 0.63 0.25
HSL 24º 0.48% 0.51% -
HSV(B) 24º 0.63% 0.75% -
XYZ 29.22 24.72 9.19 -
YUV 135.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 191 119 71 0 0.38 0.63 0.25 24 0.48 0.51
Hex BF 77 47 0 26 3F 19 18 30 33
Octal 277 167 107 0 46 77 31 30 60 63
Binary 10111111 1110111 1000111 0 100110 111111 11001 11000 110000 110011

Color Harmonies of #BF7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7747

Black with #BF7747

Text Example


Text Example

White with #BF7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7747; }

 p { color: rgb(191,119,71); }

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

background-color css

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

 a { background-color: rgb(191,119,71); }

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

border-color css

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

 span { border-color: rgb(191,119,71); }

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