Html Css Color HEX #B87D4A Brandy Punch

📋 copy color: '#B87D4A'

red 184 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #B87D4A

Tints of Brandy Punch #B87D4A

RGB

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

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

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

R = 48.04%
G = 32.64%
B = 19.32%

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

#B87D4A (or 0xB87D4A) is known color: Brandy Punch. HEX triplet: B8, 7D and 4A. RGB value is (184,125,74). Sum of RGB (Red+Green+Blue) = 184+125+74=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D4A is #4782B5. Grayscale: #898989. Windows color (decimal): -4686518 or 4881848. OLE color: 4881848.

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

Color convert

RGB 184 125 74 -
CMYK 0 0.32 0.60 0.28
HSL 27.82º 0.44% 0.51% -
HSV(B) 27.82º 0.6% 0.72% -
XYZ 28.34 25.35 9.88 -
YUV 136.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 184 125 74 0 0.32 0.60 0.28 27.82 0.44 0.51
Hex B8 7D 4A 0 20 3C 1C 1C 2C 33
Octal 270 175 112 0 40 74 34 34 54 63
Binary 10111000 1111101 1001010 0 100000 111100 11100 11100 101100 110011

Color Harmonies of #B87D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D4A

Black with #B87D4A

Text Example


Text Example

White with #B87D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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