Html Css Color HEX #BF8049 Brandy Punch

📋 copy color: '#BF8049'

red 191 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #BF8049

Tints of Brandy Punch #BF8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 48.72%
G = 32.65%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8049 (or 0xBF8049) is known color: Brandy Punch. HEX triplet: BF, 80 and 49. RGB value is (191,128,73). Sum of RGB (Red+Green+Blue) = 191+128+73=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8049 is #407FB6. Grayscale: #8C8C8C. Windows color (decimal): -4226999 or 4817087. OLE color: 4817087.

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

Color convert

RGB 191 128 73 -
CMYK 0 0.33 0.62 0.25
HSL 27.97º 0.48% 0.52% -
HSV(B) 27.97º 0.62% 0.75% -
XYZ 30.41 27 9.91 -
YUV 140.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 191 128 73 0 0.33 0.62 0.25 27.97 0.48 0.52
Hex BF 80 49 0 21 3E 19 1C 30 34
Octal 277 200 111 0 41 76 31 34 60 64
Binary 10111111 10000000 1001001 0 100001 111110 11001 11100 110000 110100

Color Harmonies of #BF8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8049

Black with #BF8049

Text Example


Text Example

White with #BF8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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