Html Css Color HEX #BF7D47 Brandy Punch

📋 copy color: '#BF7D47'

red 191 ◦ green 125 ◦ blue 71

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

Shades of Brandy Punch #BF7D47

Tints of Brandy Punch #BF7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 49.35%
G = 32.3%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7D47 (or 0xBF7D47) is known color: Brandy Punch. HEX triplet: BF, 7D and 47. RGB value is (191,125,71). Sum of RGB (Red+Green+Blue) = 191+125+71=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D47 is #4082B8. Grayscale: #8A8A8A. Windows color (decimal): -4227769 or 4685247. OLE color: 4685247.

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

Color convert

RGB 191 125 71 -
CMYK 0 0.35 0.63 0.25
HSL 27º 0.48% 0.51% -
HSV(B) 27º 0.63% 0.75% -
XYZ 29.96 26.2 9.44 -
YUV 138.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 191 125 71 0 0.35 0.63 0.25 27 0.48 0.51
Hex BF 7D 47 0 23 3F 19 1B 30 33
Octal 277 175 107 0 43 77 31 33 60 63
Binary 10111111 1111101 1000111 0 100011 111111 11001 11011 110000 110011

Color Harmonies of #BF7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D47

Black with #BF7D47

Text Example


Text Example

White with #BF7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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