Html Css Color HEX #B87E2A Mandalay

📋 copy color: '#B87E2A'

red 184 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B87E2A

Tints of Mandalay #B87E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 52.27%
G = 35.8%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B87E2A (or 0xB87E2A) is known color: Mandalay. HEX triplet: B8, 7E and 2A. RGB value is (184,126,42). Sum of RGB (Red+Green+Blue) = 184+126+42=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E2A is #4781D5. Grayscale: #868686. Windows color (decimal): -4686294 or 2784952. OLE color: 2784952.

HSL color Cylindrical-coordinate representation of color #B87E2A: hue angle of 35.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B87E2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 126 42 -
CMYK 0 0.32 0.77 0.28
HSL 35.49º 0.63% 0.44% -
HSV(B) 35.49º 0.77% 0.72% -
XYZ 27.65 25.28 5.61 -
YUV 133.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 184 126 42 0 0.32 0.77 0.28 35.49 0.63 0.44
Hex B8 7E 2A 0 20 4D 1C 23 3F 2C
Octal 270 176 52 0 40 115 34 43 77 54
Binary 10111000 1111110 101010 0 100000 1001101 11100 100011 111111 101100

Color Harmonies of #B87E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E2A

Black with #B87E2A

Text Example


Text Example

White with #B87E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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