Html Css Color HEX #B87C48 Brandy Punch

📋 copy color: '#B87C48'

red 184 ◦ green 124 ◦ blue 72

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

Shades of Brandy Punch #B87C48

Tints of Brandy Punch #B87C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 48.42%
G = 32.63%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B87C48 (or 0xB87C48) is known color: Brandy Punch. HEX triplet: B8, 7C and 48. RGB value is (184,124,72). Sum of RGB (Red+Green+Blue) = 184+124+72=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C48 is #4783B7. Grayscale: #888888. Windows color (decimal): -4686776 or 4750520. OLE color: 4750520.

HSL color Cylindrical-coordinate representation of color #B87C48: hue angle of 27.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B87C48 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 72 -
CMYK 0 0.33 0.61 0.28
HSL 27.86º 0.44% 0.5% -
HSV(B) 27.86º 0.61% 0.72% -
XYZ 28.14 25.07 9.49 -
YUV 136.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 184 124 72 0 0.33 0.61 0.28 27.86 0.44 0.5
Hex B8 7C 48 0 21 3D 1C 1C 2C 32
Octal 270 174 110 0 41 75 34 34 54 62
Binary 10111000 1111100 1001000 0 100001 111101 11100 11100 101100 110010

Color Harmonies of #B87C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C48

Black with #B87C48

Text Example


Text Example

White with #B87C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C48; }

 p { color: rgb(184,124,72); }

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

background-color css

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

 a { background-color: rgb(184,124,72); }

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

border-color css

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

 span { border-color: rgb(184,124,72); }

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