Html Css Color HEX #B87F49 Brandy Punch

📋 copy color: '#B87F49'

red 184 ◦ green 127 ◦ blue 73

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

Shades of Brandy Punch #B87F49

Tints of Brandy Punch #B87F49

RGB

 RED value IS 184 (72.27% from 255) = 47.92%

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 47.92%
G = 33.07%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B87F49 (or 0xB87F49) is known color: Brandy Punch. HEX triplet: B8, 7F and 49. RGB value is (184,127,73). Sum of RGB (Red+Green+Blue) = 184+127+73=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F49 is #4780B6. Grayscale: #8A8A8A. Windows color (decimal): -4686007 or 4816824. OLE color: 4816824.

HSL color Cylindrical-coordinate representation of color #B87F49: hue angle of 29.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B87F49 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 127 73 -
CMYK 0 0.31 0.60 0.28
HSL 29.19º 0.44% 0.5% -
HSV(B) 29.19º 0.6% 0.72% -
XYZ 28.56 25.85 9.79 -
YUV 137.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 184 127 73 0 0.31 0.60 0.28 29.19 0.44 0.5
Hex B8 7F 49 0 1F 3C 1C 1D 2C 32
Octal 270 177 111 0 37 74 34 35 54 62
Binary 10111000 1111111 1001001 0 11111 111100 11100 11101 101100 110010

Color Harmonies of #B87F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F49

Black with #B87F49

Text Example


Text Example

White with #B87F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F49; }

 p { color: rgb(184,127,73); }

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

background-color css

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

 a { background-color: rgb(184,127,73); }

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

border-color css

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

 span { border-color: rgb(184,127,73); }

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