Html Css Color HEX #B87C38 Mandalay

📋 copy color: '#B87C38'

red 184 ◦ green 124 ◦ blue 56

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

Shades of Mandalay #B87C38

Tints of Mandalay #B87C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 56 (22.27% from 255) = 15.38%

R = 50.55%
G = 34.07%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B87C38 (or 0xB87C38) is known color: Mandalay. HEX triplet: B8, 7C and 38. RGB value is (184,124,56). Sum of RGB (Red+Green+Blue) = 184+124+56=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C38 is #4783C7. Grayscale: #868686. Windows color (decimal): -4686792 or 3701944. OLE color: 3701944.

HSL color Cylindrical-coordinate representation of color #B87C38: hue angle of 31.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B87C38 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 56 -
CMYK 0 0.33 0.70 0.28
HSL 31.88º 0.53% 0.47% -
HSV(B) 31.88º 0.7% 0.72% -
XYZ 27.69 24.89 7.09 -
YUV 134.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 184 124 56 0 0.33 0.70 0.28 31.88 0.53 0.47
Hex B8 7C 38 0 21 46 1C 20 35 2F
Octal 270 174 70 0 41 106 34 40 65 57
Binary 10111000 1111100 111000 0 100001 1000110 11100 100000 110101 101111

Color Harmonies of #B87C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C38

Black with #B87C38

Text Example


Text Example

White with #B87C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C38; }

 p { color: rgb(184,124,56); }

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

background-color css

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

 a { background-color: rgb(184,124,56); }

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

border-color css

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

 span { border-color: rgb(184,124,56); }

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