Html Css Color HEX #B87C2F Mandalay

📋 copy color: '#B87C2F'

red 184 ◦ green 124 ◦ blue 47

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

Shades of Mandalay #B87C2F

Tints of Mandalay #B87C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 51.83%
G = 34.93%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B87C2F (or 0xB87C2F) is known color: Mandalay. HEX triplet: B8, 7C and 2F. RGB value is (184,124,47). Sum of RGB (Red+Green+Blue) = 184+124+47=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C2F is #4783D0. Grayscale: #858585. Windows color (decimal): -4686801 or 3112120. OLE color: 3112120.

HSL color Cylindrical-coordinate representation of color #B87C2F: hue angle of 33.72º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B87C2F is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 47 -
CMYK 0 0.33 0.74 0.28
HSL 33.72º 0.59% 0.45% -
HSV(B) 33.72º 0.74% 0.72% -
XYZ 27.49 24.81 6.03 -
YUV 133.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 184 124 47 0 0.33 0.74 0.28 33.72 0.59 0.45
Hex B8 7C 2F 0 21 4A 1C 22 3B 2D
Octal 270 174 57 0 41 112 34 42 73 55
Binary 10111000 1111100 101111 0 100001 1001010 11100 100010 111011 101101

Color Harmonies of #B87C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C2F

Black with #B87C2F

Text Example


Text Example

White with #B87C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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