Html Css Color HEX #B87E4A Brandy Punch

📋 copy color: '#B87E4A'

red 184 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #B87E4A

Tints of Brandy Punch #B87E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 47.92%
G = 32.81%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B87E4A (or 0xB87E4A) is known color: Brandy Punch. HEX triplet: B8, 7E and 4A. RGB value is (184,126,74). Sum of RGB (Red+Green+Blue) = 184+126+74=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E4A is #4781B5. Grayscale: #898989. Windows color (decimal): -4686262 or 4882104. OLE color: 4882104.

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

Color convert

RGB 184 126 74 -
CMYK 0 0.32 0.60 0.28
HSL 28.36º 0.44% 0.51% -
HSV(B) 28.36º 0.6% 0.72% -
XYZ 28.46 25.61 9.92 -
YUV 137.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 184 126 74 0 0.32 0.60 0.28 28.36 0.44 0.51
Hex B8 7E 4A 0 20 3C 1C 1C 2C 33
Octal 270 176 112 0 40 74 34 34 54 63
Binary 10111000 1111110 1001010 0 100000 111100 11100 11100 101100 110011

Color Harmonies of #B87E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E4A

Black with #B87E4A

Text Example


Text Example

White with #B87E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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