Html Css Color HEX #B87D4C Brandy Punch

📋 copy color: '#B87D4C'

red 184 ◦ green 125 ◦ blue 76

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

Shades of Brandy Punch #B87D4C

Tints of Brandy Punch #B87D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 47.79%
G = 32.47%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B87D4C (or 0xB87D4C) is known color: Brandy Punch. HEX triplet: B8, 7D and 4C. RGB value is (184,125,76). Sum of RGB (Red+Green+Blue) = 184+125+76=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D4C is #4782B3. Grayscale: #898989. Windows color (decimal): -4686516 or 5012920. OLE color: 5012920.

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

Color convert

RGB 184 125 76 -
CMYK 0 0.32 0.59 0.28
HSL 27.22º 0.43% 0.51% -
HSV(B) 27.22º 0.59% 0.72% -
XYZ 28.41 25.38 10.24 -
YUV 137.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 184 125 76 0 0.32 0.59 0.28 27.22 0.43 0.51
Hex B8 7D 4C 0 20 3B 1C 1B 2B 33
Octal 270 175 114 0 40 73 34 33 53 63
Binary 10111000 1111101 1001100 0 100000 111011 11100 11011 101011 110011

Color Harmonies of #B87D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D4C

Black with #B87D4C

Text Example


Text Example

White with #B87D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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