Html Css Color HEX #B18121 Mandalay

📋 copy color: '#B18121'

red 177 ◦ green 129 ◦ blue 33

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

Shades of Mandalay #B18121

Tints of Mandalay #B18121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 52.21%
G = 38.05%
B = 9.73%

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

#B18121 (or 0xB18121) is known color: Mandalay. HEX triplet: B1, 81 and 21. RGB value is (177,129,33). Sum of RGB (Red+Green+Blue) = 177+129+33=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B18121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18121 is #4E7EDE. Grayscale: #848484. Windows color (decimal): -5144287 or 2195889. OLE color: 2195889.

HSL color Cylindrical-coordinate representation of color #B18121: hue angle of 40º 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 #B18121 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 33 -
CMYK 0 0.27 0.81 0.31
HSL 40º 0.69% 0.41% -
HSV(B) 40º 0.81% 0.69% -
XYZ 26.26 25.16 4.91 -
YUV 132.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 177 129 33 0 0.27 0.81 0.31 40 0.69 0.41
Hex B1 81 21 0 1B 51 1F 28 45 29
Octal 261 201 41 0 33 121 37 50 105 51
Binary 10110001 10000001 100001 0 11011 1010001 11111 101000 1000101 101001

Color Harmonies of #B18121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18121

Black with #B18121

Text Example


Text Example

White with #B18121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18121; }

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

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

background-color css

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

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

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

border-color css

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

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

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