Html Css Color HEX #BF8247 Brandy Punch

📋 copy color: '#BF8247'

red 191 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #BF8247

Tints of Brandy Punch #BF8247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 48.72%
G = 33.16%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8247 (or 0xBF8247) is known color: Brandy Punch. HEX triplet: BF, 82 and 47. RGB value is (191,130,71). Sum of RGB (Red+Green+Blue) = 191+130+71=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8247 is #407DB8. Grayscale: #8D8D8D. Windows color (decimal): -4226489 or 4686527. OLE color: 4686527.

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

Color convert

RGB 191 130 71 -
CMYK 0 0.32 0.63 0.25
HSL 29.5º 0.48% 0.51% -
HSV(B) 29.5º 0.63% 0.75% -
XYZ 30.61 27.5 9.66 -
YUV 141.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 191 130 71 0 0.32 0.63 0.25 29.5 0.48 0.51
Hex BF 82 47 0 20 3F 19 1E 30 33
Octal 277 202 107 0 40 77 31 36 60 63
Binary 10111111 10000010 1000111 0 100000 111111 11001 11110 110000 110011

Color Harmonies of #BF8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8247

Black with #BF8247

Text Example


Text Example

White with #BF8247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8247; }

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

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

background-color css

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

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

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

border-color css

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

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

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