Html Css Color HEX #BF8549 Brandy Punch

📋 copy color: '#BF8549'

red 191 ◦ green 133 ◦ blue 73

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

Shades of Brandy Punch #BF8549

Tints of Brandy Punch #BF8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 48.11%
G = 33.5%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8549 (or 0xBF8549) is known color: Brandy Punch. HEX triplet: BF, 85 and 49. RGB value is (191,133,73). Sum of RGB (Red+Green+Blue) = 191+133+73=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8549 is #407AB6. Grayscale: #8F8F8F. Windows color (decimal): -4225719 or 4818367. OLE color: 4818367.

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

Color convert

RGB 191 133 73 -
CMYK 0 0.30 0.62 0.25
HSL 30.51º 0.48% 0.52% -
HSV(B) 30.51º 0.62% 0.75% -
XYZ 31.08 28.33 10.13 -
YUV 143.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 191 133 73 0 0.30 0.62 0.25 30.51 0.48 0.52
Hex BF 85 49 0 1E 3E 19 1F 30 34
Octal 277 205 111 0 36 76 31 37 60 64
Binary 10111111 10000101 1001001 0 11110 111110 11001 11111 110000 110100

Color Harmonies of #BF8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8549

Black with #BF8549

Text Example


Text Example

White with #BF8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8549; }

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

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

background-color css

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

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

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

border-color css

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

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

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