Html Css Color HEX #B87449 Brandy Punch

📋 copy color: '#B87449'

red 184 ◦ green 116 ◦ blue 73

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

Shades of Brandy Punch #B87449

Tints of Brandy Punch #B87449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 49.33%
G = 31.1%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B87449 (or 0xB87449) is known color: Brandy Punch. HEX triplet: B8, 74 and 49. RGB value is (184,116,73). Sum of RGB (Red+Green+Blue) = 184+116+73=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B87449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87449 is #478BB6. Grayscale: #838383. Windows color (decimal): -4688823 or 4814008. OLE color: 4814008.

HSL color Cylindrical-coordinate representation of color #B87449: hue angle of 23.24º 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 #B87449 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 73 -
CMYK 0 0.37 0.60 0.28
HSL 23.24º 0.44% 0.5% -
HSV(B) 23.24º 0.6% 0.72% -
XYZ 27.22 23.16 9.34 -
YUV 131.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 184 116 73 0 0.37 0.60 0.28 23.24 0.44 0.5
Hex B8 74 49 0 25 3C 1C 17 2C 32
Octal 270 164 111 0 45 74 34 27 54 62
Binary 10111000 1110100 1001001 0 100101 111100 11100 10111 101100 110010

Color Harmonies of #B87449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87449

Black with #B87449

Text Example


Text Example

White with #B87449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87449; }

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

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

background-color css

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

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

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

border-color css

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

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

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