Html Css Color HEX #B87F2F Mandalay

📋 copy color: '#B87F2F'

red 184 ◦ green 127 ◦ blue 47

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

Shades of Mandalay #B87F2F

Tints of Mandalay #B87F2F

RGB

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

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

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

R = 51.4%
G = 35.47%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B87F2F (or 0xB87F2F) is known color: Mandalay. HEX triplet: B8, 7F and 2F. RGB value is (184,127,47). Sum of RGB (Red+Green+Blue) = 184+127+47=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F2F is #4780D0. Grayscale: #878787. Windows color (decimal): -4686033 or 3112888. OLE color: 3112888.

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

Color convert

RGB 184 127 47 -
CMYK 0 0.31 0.74 0.28
HSL 35.04º 0.59% 0.45% -
HSV(B) 35.04º 0.74% 0.72% -
XYZ 27.87 25.57 6.16 -
YUV 134.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 184 127 47 0 0.31 0.74 0.28 35.04 0.59 0.45
Hex B8 7F 2F 0 1F 4A 1C 23 3B 2D
Octal 270 177 57 0 37 112 34 43 73 55
Binary 10111000 1111111 101111 0 11111 1001010 11100 100011 111011 101101

Color Harmonies of #B87F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F2F

Black with #B87F2F

Text Example


Text Example

White with #B87F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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