Html Css Color HEX #B87740 Brandy Punch

📋 copy color: '#B87740'

red 184 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #B87740

Tints of Brandy Punch #B87740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 50.14%
G = 32.43%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B87740 (or 0xB87740) is known color: Brandy Punch. HEX triplet: B8, 77 and 40. RGB value is (184,119,64). Sum of RGB (Red+Green+Blue) = 184+119+64=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B87740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87740 is #4788BF. Grayscale: #848484. Windows color (decimal): -4688064 or 4224952. OLE color: 4224952.

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

Color convert

RGB 184 119 64 -
CMYK 0 0.35 0.65 0.28
HSL 27.5º 0.48% 0.49% -
HSV(B) 27.5º 0.65% 0.72% -
XYZ 27.29 23.75 8 -
YUV 132.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 184 119 64 0 0.35 0.65 0.28 27.5 0.48 0.49
Hex B8 77 40 0 23 41 1C 1C 30 31
Octal 270 167 100 0 43 101 34 34 60 61
Binary 10111000 1110111 1000000 0 100011 1000001 11100 11100 110000 110001

Color Harmonies of #B87740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87740

Black with #B87740

Text Example


Text Example

White with #B87740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87740; }

 p { color: rgb(184,119,64); }

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

background-color css

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

 a { background-color: rgb(184,119,64); }

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

border-color css

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

 span { border-color: rgb(184,119,64); }

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