Html Css Color HEX #BF8249 Brandy Punch

📋 copy color: '#BF8249'

red 191 ◦ green 130 ◦ blue 73

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

Shades of Brandy Punch #BF8249

Tints of Brandy Punch #BF8249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 48.48%
G = 32.99%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8249 (or 0xBF8249) is known color: Brandy Punch. HEX triplet: BF, 82 and 49. RGB value is (191,130,73). Sum of RGB (Red+Green+Blue) = 191+130+73=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8249 is #407DB6. Grayscale: #8E8E8E. Windows color (decimal): -4226487 or 4817599. OLE color: 4817599.

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

Color convert

RGB 191 130 73 -
CMYK 0 0.32 0.62 0.25
HSL 28.98º 0.48% 0.52% -
HSV(B) 28.98º 0.62% 0.75% -
XYZ 30.67 27.52 10 -
YUV 141.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 191 130 73 0 0.32 0.62 0.25 28.98 0.48 0.52
Hex BF 82 49 0 20 3E 19 1D 30 34
Octal 277 202 111 0 40 76 31 35 60 64
Binary 10111111 10000010 1001001 0 100000 111110 11001 11101 110000 110100

Color Harmonies of #BF8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8249

Black with #BF8249

Text Example


Text Example

White with #BF8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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