Html Css Color HEX #B87D3C Brandy Punch

📋 copy color: '#B87D3C'

red 184 ◦ green 125 ◦ blue 60

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

Shades of Brandy Punch #B87D3C

Tints of Brandy Punch #B87D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 49.86%
G = 33.88%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B87D3C (or 0xB87D3C) is known color: Brandy Punch. HEX triplet: B8, 7D and 3C. RGB value is (184,125,60). Sum of RGB (Red+Green+Blue) = 184+125+60=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D3C is #4782C3. Grayscale: #878787. Windows color (decimal): -4686532 or 3964344. OLE color: 3964344.

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

Color convert

RGB 184 125 60 -
CMYK 0 0.32 0.67 0.28
HSL 31.45º 0.51% 0.48% -
HSV(B) 31.45º 0.67% 0.72% -
XYZ 27.92 25.18 7.66 -
YUV 135.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 184 125 60 0 0.32 0.67 0.28 31.45 0.51 0.48
Hex B8 7D 3C 0 20 43 1C 1F 33 30
Octal 270 175 74 0 40 103 34 37 63 60
Binary 10111000 1111101 111100 0 100000 1000011 11100 11111 110011 110000

Color Harmonies of #B87D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D3C

Black with #B87D3C

Text Example


Text Example

White with #B87D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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