Html Css Color HEX #B87F50 Brandy Punch

📋 copy color: '#B87F50'

red 184 ◦ green 127 ◦ blue 80

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

Shades of Brandy Punch #B87F50

Tints of Brandy Punch #B87F50

RGB

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

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

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

R = 47.06%
G = 32.48%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87F50 (or 0xB87F50) is known color: Brandy Punch. HEX triplet: B8, 7F and 50. RGB value is (184,127,80). Sum of RGB (Red+Green+Blue) = 184+127+80=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F50 is #4780AF. Grayscale: #8A8A8A. Windows color (decimal): -4686000 or 5275576. OLE color: 5275576.

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

Color convert

RGB 184 127 80 -
CMYK 0 0.31 0.57 0.28
HSL 27.12º 0.42% 0.52% -
HSV(B) 27.12º 0.57% 0.72% -
XYZ 28.8 25.95 11.08 -
YUV 138.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 184 127 80 0 0.31 0.57 0.28 27.12 0.42 0.52
Hex B8 7F 50 0 1F 39 1C 1B 2A 34
Octal 270 177 120 0 37 71 34 33 52 64
Binary 10111000 1111111 1010000 0 11111 111001 11100 11011 101010 110100

Color Harmonies of #B87F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F50

Black with #B87F50

Text Example


Text Example

White with #B87F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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