Html Css Color HEX #B18424 Mandalay

📋 copy color: '#B18424'

red 177 ◦ green 132 ◦ blue 36

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

Shades of Mandalay #B18424

Tints of Mandalay #B18424

RGB

 RED value IS 177 (69.53% from 255) = 51.3%

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 51.3%
G = 38.26%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B18424 (or 0xB18424) is known color: Mandalay. HEX triplet: B1, 84 and 24. RGB value is (177,132,36). Sum of RGB (Red+Green+Blue) = 177+132+36=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18424 is #4E7BDB. Grayscale: #868686. Windows color (decimal): -5143516 or 2393265. OLE color: 2393265.

HSL color Cylindrical-coordinate representation of color #B18424: hue angle of 40.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B18424 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 36 -
CMYK 0 0.25 0.80 0.31
HSL 40.85º 0.66% 0.42% -
HSV(B) 40.85º 0.8% 0.69% -
XYZ 26.7 25.98 5.28 -
YUV 134.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 177 132 36 0 0.25 0.80 0.31 40.85 0.66 0.42
Hex B1 84 24 0 19 50 1F 29 42 2A
Octal 261 204 44 0 31 120 37 51 102 52
Binary 10110001 10000100 100100 0 11001 1010000 11111 101001 1000010 101010

Color Harmonies of #B18424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18424

Black with #B18424

Text Example


Text Example

White with #B18424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18424; }

 p { color: rgb(177,132,36); }

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

background-color css

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

 a { background-color: rgb(177,132,36); }

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

border-color css

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

 span { border-color: rgb(177,132,36); }

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