Html Css Color HEX #BF8149 Brandy Punch

📋 copy color: '#BF8149'

red 191 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #BF8149

Tints of Brandy Punch #BF8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 48.6%
G = 32.82%
B = 18.58%

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

#BF8149 (or 0xBF8149) is known color: Brandy Punch. HEX triplet: BF, 81 and 49. RGB value is (191,129,73). Sum of RGB (Red+Green+Blue) = 191+129+73=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8149 is #407EB6. Grayscale: #8D8D8D. Windows color (decimal): -4226743 or 4817343. OLE color: 4817343.

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

Color convert

RGB 191 129 73 -
CMYK 0 0.32 0.62 0.25
HSL 28.47º 0.48% 0.52% -
HSV(B) 28.47º 0.62% 0.75% -
XYZ 30.54 27.26 9.96 -
YUV 141.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 191 129 73 0 0.32 0.62 0.25 28.47 0.48 0.52
Hex BF 81 49 0 20 3E 19 1C 30 34
Octal 277 201 111 0 40 76 31 34 60 64
Binary 10111111 10000001 1001001 0 100000 111110 11001 11100 110000 110100

Color Harmonies of #BF8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8149

Black with #BF8149

Text Example


Text Example

White with #BF8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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