Html Css Color HEX #B18033 Mandalay

📋 copy color: '#B18033'

red 177 ◦ green 128 ◦ blue 51

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

Shades of Mandalay #B18033

Tints of Mandalay #B18033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 49.72%
G = 35.96%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B18033 (or 0xB18033) is known color: Mandalay. HEX triplet: B1, 80 and 33. RGB value is (177,128,51). Sum of RGB (Red+Green+Blue) = 177+128+51=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B18033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18033 is #4E7FCC. Grayscale: #868686. Windows color (decimal): -5144525 or 3375281. OLE color: 3375281.

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

Color convert

RGB 177 128 51 -
CMYK 0 0.28 0.71 0.31
HSL 36.67º 0.55% 0.45% -
HSV(B) 36.67º 0.71% 0.69% -
XYZ 26.45 25.02 6.57 -
YUV 133.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 177 128 51 0 0.28 0.71 0.31 36.67 0.55 0.45
Hex B1 80 33 0 1C 47 1F 25 37 2D
Octal 261 200 63 0 34 107 37 45 67 55
Binary 10110001 10000000 110011 0 11100 1000111 11111 100101 110111 101101

Color Harmonies of #B18033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18033

Black with #B18033

Text Example


Text Example

White with #B18033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18033; }

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

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

background-color css

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

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

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

border-color css

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

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

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