Html Css Color HEX #B18232 Mandalay

📋 copy color: '#B18232'

red 177 ◦ green 130 ◦ blue 50

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

Shades of Mandalay #B18232

Tints of Mandalay #B18232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 49.58%
G = 36.41%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B18232 (or 0xB18232) is known color: Mandalay. HEX triplet: B1, 82 and 32. RGB value is (177,130,50). Sum of RGB (Red+Green+Blue) = 177+130+50=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B18232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18232 is #4E7DCD. Grayscale: #878787. Windows color (decimal): -5144014 or 3310257. OLE color: 3310257.

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

Color convert

RGB 177 130 50 -
CMYK 0 0.27 0.72 0.31
HSL 37.8º 0.56% 0.45% -
HSV(B) 37.8º 0.72% 0.69% -
XYZ 26.69 25.54 6.54 -
YUV 134.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 177 130 50 0 0.27 0.72 0.31 37.8 0.56 0.45
Hex B1 82 32 0 1B 48 1F 26 38 2D
Octal 261 202 62 0 33 110 37 46 70 55
Binary 10110001 10000010 110010 0 11011 1001000 11111 100110 111000 101101

Color Harmonies of #B18232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18232

Black with #B18232

Text Example


Text Example

White with #B18232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18232; }

 p { color: rgb(177,130,50); }

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

background-color css

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

 a { background-color: rgb(177,130,50); }

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

border-color css

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

 span { border-color: rgb(177,130,50); }

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