Html Css Color HEX #B18329 Mandalay

📋 copy color: '#B18329'

red 177 ◦ green 131 ◦ blue 41

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

Shades of Mandalay #B18329

Tints of Mandalay #B18329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 50.72%
G = 37.54%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B18329 (or 0xB18329) is known color: Mandalay. HEX triplet: B1, 83 and 29. RGB value is (177,131,41). Sum of RGB (Red+Green+Blue) = 177+131+41=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B18329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18329 is #4E7CD6. Grayscale: #868686. Windows color (decimal): -5143767 or 2720689. OLE color: 2720689.

HSL color Cylindrical-coordinate representation of color #B18329: hue angle of 39.71º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B18329 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 41 -
CMYK 0 0.26 0.77 0.31
HSL 39.71º 0.62% 0.43% -
HSV(B) 39.71º 0.77% 0.69% -
XYZ 26.65 25.74 5.66 -
YUV 134.49 75.24 158.32 -
System Red Green Blue C M Y K H S L
Decimal 177 131 41 0 0.26 0.77 0.31 39.71 0.62 0.43
Hex B1 83 29 0 1A 4D 1F 28 3E 2B
Octal 261 203 51 0 32 115 37 50 76 53
Binary 10110001 10000011 101001 0 11010 1001101 11111 101000 111110 101011

Color Harmonies of #B18329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18329

Black with #B18329

Text Example


Text Example

White with #B18329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18329; }

 p { color: rgb(177,131,41); }

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

background-color css

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

 a { background-color: rgb(177,131,41); }

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

border-color css

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

 span { border-color: rgb(177,131,41); }

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