Html Css Color HEX #B87948 Brandy Punch

📋 copy color: '#B87948'

red 184 ◦ green 121 ◦ blue 72

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

Shades of Brandy Punch #B87948

Tints of Brandy Punch #B87948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

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

R = 48.81%
G = 32.1%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B87948 (or 0xB87948) is known color: Brandy Punch. HEX triplet: B8, 79 and 48. RGB value is (184,121,72). Sum of RGB (Red+Green+Blue) = 184+121+72=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87948 is #4786B7. Grayscale: #868686. Windows color (decimal): -4687544 or 4749752. OLE color: 4749752.

HSL color Cylindrical-coordinate representation of color #B87948: hue angle of 26.25º 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 #B87948 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 121 72 -
CMYK 0 0.34 0.61 0.28
HSL 26.25º 0.44% 0.5% -
HSV(B) 26.25º 0.61% 0.72% -
XYZ 27.77 24.33 9.36 -
YUV 134.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 184 121 72 0 0.34 0.61 0.28 26.25 0.44 0.5
Hex B8 79 48 0 22 3D 1C 1A 2C 32
Octal 270 171 110 0 42 75 34 32 54 62
Binary 10111000 1111001 1001000 0 100010 111101 11100 11010 101100 110010

Color Harmonies of #B87948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87948

Black with #B87948

Text Example


Text Example

White with #B87948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87948; }

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

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

background-color css

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

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

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

border-color css

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

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

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