Html Css Color HEX #B87F32 Mandalay

📋 copy color: '#B87F32'

red 184 ◦ green 127 ◦ blue 50

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

Shades of Mandalay #B87F32

Tints of Mandalay #B87F32

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 50.97%
G = 35.18%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B87F32 (or 0xB87F32) is known color: Mandalay. HEX triplet: B8, 7F and 32. RGB value is (184,127,50). Sum of RGB (Red+Green+Blue) = 184+127+50=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F32 is #4780CD. Grayscale: #878787. Windows color (decimal): -4686030 or 3309496. OLE color: 3309496.

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

Color convert

RGB 184 127 50 -
CMYK 0 0.31 0.73 0.28
HSL 34.48º 0.57% 0.46% -
HSV(B) 34.48º 0.73% 0.72% -
XYZ 27.93 25.6 6.49 -
YUV 135.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 184 127 50 0 0.31 0.73 0.28 34.48 0.57 0.46
Hex B8 7F 32 0 1F 49 1C 22 39 2E
Octal 270 177 62 0 37 111 34 42 71 56
Binary 10111000 1111111 110010 0 11111 1001001 11100 100010 111001 101110

Color Harmonies of #B87F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F32

Black with #B87F32

Text Example


Text Example

White with #B87F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F32; }

 p { color: rgb(184,127,50); }

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

background-color css

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

 a { background-color: rgb(184,127,50); }

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

border-color css

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

 span { border-color: rgb(184,127,50); }

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