Html Css Color HEX #B18235 Mandalay

📋 copy color: '#B18235'

red 177 ◦ green 130 ◦ blue 53

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

Shades of Mandalay #B18235

Tints of Mandalay #B18235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 49.17%
G = 36.11%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B18235 (or 0xB18235) is known color: Mandalay. HEX triplet: B1, 82 and 35. RGB value is (177,130,53). Sum of RGB (Red+Green+Blue) = 177+130+53=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B18235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18235 is #4E7DCA. Grayscale: #878787. Windows color (decimal): -5144011 or 3506865. OLE color: 3506865.

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

Color convert

RGB 177 130 53 -
CMYK 0 0.27 0.70 0.31
HSL 37.26º 0.54% 0.45% -
HSV(B) 37.26º 0.7% 0.69% -
XYZ 26.76 25.57 6.89 -
YUV 135.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 177 130 53 0 0.27 0.70 0.31 37.26 0.54 0.45
Hex B1 82 35 0 1B 46 1F 25 36 2D
Octal 261 202 65 0 33 106 37 45 66 55
Binary 10110001 10000010 110101 0 11011 1000110 11111 100101 110110 101101

Color Harmonies of #B18235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18235

Black with #B18235

Text Example


Text Example

White with #B18235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18235; }

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

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

background-color css

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

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

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

border-color css

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

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

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