Html Css Color HEX #B87D55 Brandy Punch

📋 copy color: '#B87D55'

red 184 ◦ green 125 ◦ blue 85

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

Shades of Brandy Punch #B87D55

Tints of Brandy Punch #B87D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 46.7%
G = 31.73%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B87D55 (or 0xB87D55) is known color: Brandy Punch. HEX triplet: B8, 7D and 55. RGB value is (184,125,85). Sum of RGB (Red+Green+Blue) = 184+125+85=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D55 is #4782AA. Grayscale: #8A8A8A. Windows color (decimal): -4686507 or 5602744. OLE color: 5602744.

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

Color convert

RGB 184 125 85 -
CMYK 0 0.32 0.54 0.28
HSL 24.24º 0.41% 0.53% -
HSV(B) 24.24º 0.54% 0.72% -
XYZ 28.74 25.51 12 -
YUV 138.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 184 125 85 0 0.32 0.54 0.28 24.24 0.41 0.53
Hex B8 7D 55 0 20 36 1C 18 29 35
Octal 270 175 125 0 40 66 34 30 51 65
Binary 10111000 1111101 1010101 0 100000 110110 11100 11000 101001 110101

Color Harmonies of #B87D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D55

Black with #B87D55

Text Example


Text Example

White with #B87D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D55; }

 p { color: rgb(184,125,85); }

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

background-color css

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

 a { background-color: rgb(184,125,85); }

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

border-color css

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

 span { border-color: rgb(184,125,85); }

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