Html Css Color HEX #B87B50 Brandy Punch

📋 copy color: '#B87B50'

red 184 ◦ green 123 ◦ blue 80

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

Shades of Brandy Punch #B87B50

Tints of Brandy Punch #B87B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

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

R = 47.55%
G = 31.78%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87B50 (or 0xB87B50) is known color: Brandy Punch. HEX triplet: B8, 7B and 50. RGB value is (184,123,80). Sum of RGB (Red+Green+Blue) = 184+123+80=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B50 is #4784AF. Grayscale: #888888. Windows color (decimal): -4687024 or 5274552. OLE color: 5274552.

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

Color convert

RGB 184 123 80 -
CMYK 0 0.33 0.57 0.28
HSL 24.81º 0.42% 0.52% -
HSV(B) 24.81º 0.57% 0.72% -
XYZ 28.3 24.94 10.91 -
YUV 136.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 184 123 80 0 0.33 0.57 0.28 24.81 0.42 0.52
Hex B8 7B 50 0 21 39 1C 19 2A 34
Octal 270 173 120 0 41 71 34 31 52 64
Binary 10111000 1111011 1010000 0 100001 111001 11100 11001 101010 110100

Color Harmonies of #B87B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B50

Black with #B87B50

Text Example


Text Example

White with #B87B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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