Html Css Color HEX #B18320 Mandalay

📋 copy color: '#B18320'

red 177 ◦ green 131 ◦ blue 32

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

Shades of Mandalay #B18320

Tints of Mandalay #B18320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 52.06%
G = 38.53%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B18320 (or 0xB18320) is known color: Mandalay. HEX triplet: B1, 83 and 20. RGB value is (177,131,32). Sum of RGB (Red+Green+Blue) = 177+131+32=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B18320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18320 is #4E7CDF. Grayscale: #858585. Windows color (decimal): -5143776 or 2130865. OLE color: 2130865.

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

Color convert

RGB 177 131 32 -
CMYK 0 0.26 0.82 0.31
HSL 40.97º 0.69% 0.41% -
HSV(B) 40.97º 0.82% 0.69% -
XYZ 26.51 25.68 4.93 -
YUV 133.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 177 131 32 0 0.26 0.82 0.31 40.97 0.69 0.41
Hex B1 83 20 0 1A 52 1F 29 45 29
Octal 261 203 40 0 32 122 37 51 105 51
Binary 10110001 10000011 100000 0 11010 1010010 11111 101001 1000101 101001

Color Harmonies of #B18320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18320

Black with #B18320

Text Example


Text Example

White with #B18320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18320; }

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

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

background-color css

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

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

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

border-color css

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

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

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