Html Css Color HEX #B87E50 Brandy Punch

📋 copy color: '#B87E50'

red 184 ◦ green 126 ◦ blue 80

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

Shades of Brandy Punch #B87E50

Tints of Brandy Punch #B87E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 47.18%
G = 32.31%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87E50 (or 0xB87E50) is known color: Brandy Punch. HEX triplet: B8, 7E and 50. RGB value is (184,126,80). Sum of RGB (Red+Green+Blue) = 184+126+80=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E50 is #4781AF. Grayscale: #8A8A8A. Windows color (decimal): -4686256 or 5275320. OLE color: 5275320.

HSL color Cylindrical-coordinate representation of color #B87E50: hue angle of 26.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B87E50 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 126 80 -
CMYK 0 0.32 0.57 0.28
HSL 26.54º 0.42% 0.52% -
HSV(B) 26.54º 0.57% 0.72% -
XYZ 28.68 25.69 11.04 -
YUV 138.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 184 126 80 0 0.32 0.57 0.28 26.54 0.42 0.52
Hex B8 7E 50 0 20 39 1C 1B 2A 34
Octal 270 176 120 0 40 71 34 33 52 64
Binary 10111000 1111110 1010000 0 100000 111001 11100 11011 101010 110100

Color Harmonies of #B87E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E50

Black with #B87E50

Text Example


Text Example

White with #B87E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E50; }

 p { color: rgb(184,126,80); }

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

background-color css

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

 a { background-color: rgb(184,126,80); }

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

border-color css

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

 span { border-color: rgb(184,126,80); }

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