Html Css Color HEX #BF7E47 Brandy Punch

📋 copy color: '#BF7E47'

red 191 ◦ green 126 ◦ blue 71

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

Shades of Brandy Punch #BF7E47

Tints of Brandy Punch #BF7E47

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 49.23%
G = 32.47%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7E47 (or 0xBF7E47) is known color: Brandy Punch. HEX triplet: BF, 7E and 47. RGB value is (191,126,71). Sum of RGB (Red+Green+Blue) = 191+126+71=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E47 is #4081B8. Grayscale: #8B8B8B. Windows color (decimal): -4227513 or 4685503. OLE color: 4685503.

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

Color convert

RGB 191 126 71 -
CMYK 0 0.34 0.63 0.25
HSL 27.5º 0.48% 0.51% -
HSV(B) 27.5º 0.63% 0.75% -
XYZ 30.08 26.45 9.48 -
YUV 139.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 191 126 71 0 0.34 0.63 0.25 27.5 0.48 0.51
Hex BF 7E 47 0 22 3F 19 1C 30 33
Octal 277 176 107 0 42 77 31 34 60 63
Binary 10111111 1111110 1000111 0 100010 111111 11001 11100 110000 110011

Color Harmonies of #BF7E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E47

Black with #BF7E47

Text Example


Text Example

White with #BF7E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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