Html Css Color HEX #B87D4E Brandy Punch

📋 copy color: '#B87D4E'

red 184 ◦ green 125 ◦ blue 78

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

Shades of Brandy Punch #B87D4E

Tints of Brandy Punch #B87D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 47.55%
G = 32.3%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B87D4E (or 0xB87D4E) is known color: Brandy Punch. HEX triplet: B8, 7D and 4E. RGB value is (184,125,78). Sum of RGB (Red+Green+Blue) = 184+125+78=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D4E is #4782B1. Grayscale: #898989. Windows color (decimal): -4686514 or 5143992. OLE color: 5143992.

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

Color convert

RGB 184 125 78 -
CMYK 0 0.32 0.58 0.28
HSL 26.6º 0.43% 0.51% -
HSV(B) 26.6º 0.58% 0.72% -
XYZ 28.48 25.41 10.61 -
YUV 137.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 184 125 78 0 0.32 0.58 0.28 26.6 0.43 0.51
Hex B8 7D 4E 0 20 3A 1C 1B 2B 33
Octal 270 175 116 0 40 72 34 33 53 63
Binary 10111000 1111101 1001110 0 100000 111010 11100 11011 101011 110011

Color Harmonies of #B87D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D4E

Black with #B87D4E

Text Example


Text Example

White with #B87D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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