Html Css Color HEX #B87E2F Mandalay

📋 copy color: '#B87E2F'

red 184 ◦ green 126 ◦ blue 47

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

Shades of Mandalay #B87E2F

Tints of Mandalay #B87E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 51.54%
G = 35.29%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B87E2F (or 0xB87E2F) is known color: Mandalay. HEX triplet: B8, 7E and 2F. RGB value is (184,126,47). Sum of RGB (Red+Green+Blue) = 184+126+47=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E2F is #4781D0. Grayscale: #868686. Windows color (decimal): -4686289 or 3112632. OLE color: 3112632.

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

Color convert

RGB 184 126 47 -
CMYK 0 0.32 0.74 0.28
HSL 34.6º 0.59% 0.45% -
HSV(B) 34.6º 0.74% 0.72% -
XYZ 27.74 25.32 6.11 -
YUV 134.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 184 126 47 0 0.32 0.74 0.28 34.6 0.59 0.45
Hex B8 7E 2F 0 20 4A 1C 23 3B 2D
Octal 270 176 57 0 40 112 34 43 73 55
Binary 10111000 1111110 101111 0 100000 1001010 11100 100011 111011 101101

Color Harmonies of #B87E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E2F

Black with #B87E2F

Text Example


Text Example

White with #B87E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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