Html Css Color HEX #B87D34 Mandalay

📋 copy color: '#B87D34'

red 184 ◦ green 125 ◦ blue 52

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

Shades of Mandalay #B87D34

Tints of Mandalay #B87D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 50.97%
G = 34.63%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B87D34 (or 0xB87D34) is known color: Mandalay. HEX triplet: B8, 7D and 34. RGB value is (184,125,52). Sum of RGB (Red+Green+Blue) = 184+125+52=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D34 is #4782CB. Grayscale: #868686. Windows color (decimal): -4686540 or 3440056. OLE color: 3440056.

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

Color convert

RGB 184 125 52 -
CMYK 0 0.32 0.72 0.28
HSL 33.18º 0.56% 0.46% -
HSV(B) 33.18º 0.72% 0.72% -
XYZ 27.72 25.11 6.63 -
YUV 134.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 184 125 52 0 0.32 0.72 0.28 33.18 0.56 0.46
Hex B8 7D 34 0 20 48 1C 21 38 2E
Octal 270 175 64 0 40 110 34 41 70 56
Binary 10111000 1111101 110100 0 100000 1001000 11100 100001 111000 101110

Color Harmonies of #B87D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D34

Black with #B87D34

Text Example


Text Example

White with #B87D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D34; }

 p { color: rgb(184,125,52); }

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

background-color css

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

 a { background-color: rgb(184,125,52); }

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

border-color css

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

 span { border-color: rgb(184,125,52); }

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