Html Css Color HEX #B87E42 Brandy Punch

📋 copy color: '#B87E42'

red 184 ◦ green 126 ◦ blue 66

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

Shades of Brandy Punch #B87E42

Tints of Brandy Punch #B87E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 48.94%
G = 33.51%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B87E42 (or 0xB87E42) is known color: Brandy Punch. HEX triplet: B8, 7E and 42. RGB value is (184,126,66). Sum of RGB (Red+Green+Blue) = 184+126+66=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E42 is #4781BD. Grayscale: #888888. Windows color (decimal): -4686270 or 4357816. OLE color: 4357816.

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

Color convert

RGB 184 126 66 -
CMYK 0 0.32 0.64 0.28
HSL 30.51º 0.47% 0.49% -
HSV(B) 30.51º 0.64% 0.72% -
XYZ 28.21 25.51 8.59 -
YUV 136.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 184 126 66 0 0.32 0.64 0.28 30.51 0.47 0.49
Hex B8 7E 42 0 20 40 1C 1F 2F 31
Octal 270 176 102 0 40 100 34 37 57 61
Binary 10111000 1111110 1000010 0 100000 1000000 11100 11111 101111 110001

Color Harmonies of #B87E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E42

Black with #B87E42

Text Example


Text Example

White with #B87E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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