Html Css Color HEX #B87F2C Mandalay

📋 copy color: '#B87F2C'

red 184 ◦ green 127 ◦ blue 44

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

Shades of Mandalay #B87F2C

Tints of Mandalay #B87F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 51.83%
G = 35.77%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B87F2C (or 0xB87F2C) is known color: Mandalay. HEX triplet: B8, 7F and 2C. RGB value is (184,127,44). Sum of RGB (Red+Green+Blue) = 184+127+44=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F2C is #4780D3. Grayscale: #868686. Windows color (decimal): -4686036 or 2916280. OLE color: 2916280.

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

Color convert

RGB 184 127 44 -
CMYK 0 0.31 0.76 0.28
HSL 35.57º 0.61% 0.45% -
HSV(B) 35.57º 0.76% 0.72% -
XYZ 27.81 25.55 5.85 -
YUV 134.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 184 127 44 0 0.31 0.76 0.28 35.57 0.61 0.45
Hex B8 7F 2C 0 1F 4C 1C 24 3D 2D
Octal 270 177 54 0 37 114 34 44 75 55
Binary 10111000 1111111 101100 0 11111 1001100 11100 100100 111101 101101

Color Harmonies of #B87F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F2C

Black with #B87F2C

Text Example


Text Example

White with #B87F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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