Html Css Color HEX #B18021 Mandalay

📋 copy color: '#B18021'

red 177 ◦ green 128 ◦ blue 33

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

Shades of Mandalay #B18021

Tints of Mandalay #B18021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.87%

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

R = 52.37%
G = 37.87%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18021 (or 0xB18021) is known color: Mandalay. HEX triplet: B1, 80 and 21. RGB value is (177,128,33). Sum of RGB (Red+Green+Blue) = 177+128+33=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B18021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18021 is #4E7FDE. Grayscale: #848484. Windows color (decimal): -5144543 or 2195633. OLE color: 2195633.

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

Color convert

RGB 177 128 33 -
CMYK 0 0.28 0.81 0.31
HSL 39.58º 0.69% 0.41% -
HSV(B) 39.58º 0.81% 0.69% -
XYZ 26.13 24.9 4.87 -
YUV 131.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 177 128 33 0 0.28 0.81 0.31 39.58 0.69 0.41
Hex B1 80 21 0 1C 51 1F 28 45 29
Octal 261 200 41 0 34 121 37 50 105 51
Binary 10110001 10000000 100001 0 11100 1010001 11111 101000 1000101 101001

Color Harmonies of #B18021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18021

Black with #B18021

Text Example


Text Example

White with #B18021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18021; }

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

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

background-color css

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

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

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

border-color css

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

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

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