Html Css Color HEX #B87750 Brandy Punch

📋 copy color: '#B87750'

red 184 ◦ green 119 ◦ blue 80

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

Shades of Brandy Punch #B87750

Tints of Brandy Punch #B87750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 48.04%
G = 31.07%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87750 (or 0xB87750) is known color: Brandy Punch. HEX triplet: B8, 77 and 50. RGB value is (184,119,80). Sum of RGB (Red+Green+Blue) = 184+119+80=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B87750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87750 is #4788AF. Grayscale: #868686. Windows color (decimal): -4688048 or 5273528. OLE color: 5273528.

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

Color convert

RGB 184 119 80 -
CMYK 0 0.35 0.57 0.28
HSL 22.5º 0.42% 0.52% -
HSV(B) 22.5º 0.57% 0.72% -
XYZ 27.81 23.96 10.75 -
YUV 133.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 184 119 80 0 0.35 0.57 0.28 22.5 0.42 0.52
Hex B8 77 50 0 23 39 1C 16 2A 34
Octal 270 167 120 0 43 71 34 26 52 64
Binary 10111000 1110111 1010000 0 100011 111001 11100 10110 101010 110100

Color Harmonies of #B87750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87750

Black with #B87750

Text Example


Text Example

White with #B87750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87750; }

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

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

background-color css

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

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

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

border-color css

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

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

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