Html Css Color HEX #BF7547 Brandy Punch

📋 copy color: '#BF7547'

red 191 ◦ green 117 ◦ blue 71

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

Shades of Brandy Punch #BF7547

Tints of Brandy Punch #BF7547

RGB

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

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

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

R = 50.4%
G = 30.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7547 (or 0xBF7547) is known color: Brandy Punch. HEX triplet: BF, 75 and 47. RGB value is (191,117,71). Sum of RGB (Red+Green+Blue) = 191+117+71=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7547 is #408AB8. Grayscale: #868686. Windows color (decimal): -4229817 or 4683199. OLE color: 4683199.

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

Color convert

RGB 191 117 71 -
CMYK 0 0.39 0.63 0.25
HSL 23º 0.48% 0.51% -
HSV(B) 23º 0.63% 0.75% -
XYZ 28.98 24.25 9.12 -
YUV 133.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 191 117 71 0 0.39 0.63 0.25 23 0.48 0.51
Hex BF 75 47 0 27 3F 19 17 30 33
Octal 277 165 107 0 47 77 31 27 60 63
Binary 10111111 1110101 1000111 0 100111 111111 11001 10111 110000 110011

Color Harmonies of #BF7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7547

Black with #BF7547

Text Example


Text Example

White with #BF7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7547; }

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

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

background-color css

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

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

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

border-color css

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

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

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