Html Css Color HEX #B18221 Mandalay

📋 copy color: '#B18221'

red 177 ◦ green 130 ◦ blue 33

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

Shades of Mandalay #B18221

Tints of Mandalay #B18221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 52.06%
G = 38.24%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18221 (or 0xB18221) is known color: Mandalay. HEX triplet: B1, 82 and 21. RGB value is (177,130,33). Sum of RGB (Red+Green+Blue) = 177+130+33=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B18221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18221 is #4E7DDE. Grayscale: #858585. Windows color (decimal): -5144031 or 2196145. OLE color: 2196145.

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

Color convert

RGB 177 130 33 -
CMYK 0 0.27 0.81 0.31
HSL 40.42º 0.69% 0.41% -
HSV(B) 40.42º 0.81% 0.69% -
XYZ 26.39 25.42 4.95 -
YUV 133 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 177 130 33 0 0.27 0.81 0.31 40.42 0.69 0.41
Hex B1 82 21 0 1B 51 1F 28 45 29
Octal 261 202 41 0 33 121 37 50 105 51
Binary 10110001 10000010 100001 0 11011 1010001 11111 101000 1000101 101001

Color Harmonies of #B18221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18221

Black with #B18221

Text Example


Text Example

White with #B18221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18221; }

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

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

background-color css

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

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

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

border-color css

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

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

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