Html Css Color HEX #B87D4B Brandy Punch

📋 copy color: '#B87D4B'

red 184 ◦ green 125 ◦ blue 75

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

Shades of Brandy Punch #B87D4B

Tints of Brandy Punch #B87D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 47.92%
G = 32.55%
B = 19.53%

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

#B87D4B (or 0xB87D4B) is known color: Brandy Punch. HEX triplet: B8, 7D and 4B. RGB value is (184,125,75). Sum of RGB (Red+Green+Blue) = 184+125+75=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D4B is #4782B4. Grayscale: #898989. Windows color (decimal): -4686517 or 4947384. OLE color: 4947384.

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

Color convert

RGB 184 125 75 -
CMYK 0 0.32 0.59 0.28
HSL 27.52º 0.43% 0.51% -
HSV(B) 27.52º 0.59% 0.72% -
XYZ 28.37 25.37 10.06 -
YUV 136.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 184 125 75 0 0.32 0.59 0.28 27.52 0.43 0.51
Hex B8 7D 4B 0 20 3B 1C 1C 2B 33
Octal 270 175 113 0 40 73 34 34 53 63
Binary 10111000 1111101 1001011 0 100000 111011 11100 11100 101011 110011

Color Harmonies of #B87D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D4B

Black with #B87D4B

Text Example


Text Example

White with #B87D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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