Html Css Color HEX #B18022 Mandalay

📋 copy color: '#B18022'

red 177 ◦ green 128 ◦ blue 34

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

Shades of Mandalay #B18022

Tints of Mandalay #B18022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 52.21%
G = 37.76%
B = 10.03%

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

#B18022 (or 0xB18022) is known color: Mandalay. HEX triplet: B1, 80 and 22. RGB value is (177,128,34). Sum of RGB (Red+Green+Blue) = 177+128+34=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B18022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18022 is #4E7FDD. Grayscale: #848484. Windows color (decimal): -5144542 or 2261169. OLE color: 2261169.

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

Color convert

RGB 177 128 34 -
CMYK 0 0.28 0.81 0.31
HSL 39.44º 0.68% 0.41% -
HSV(B) 39.44º 0.81% 0.69% -
XYZ 26.14 24.9 4.94 -
YUV 131.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 177 128 34 0 0.28 0.81 0.31 39.44 0.68 0.41
Hex B1 80 22 0 1C 51 1F 27 44 29
Octal 261 200 42 0 34 121 37 47 104 51
Binary 10110001 10000000 100010 0 11100 1010001 11111 100111 1000100 101001

Color Harmonies of #B18022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18022

Black with #B18022

Text Example


Text Example

White with #B18022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18022; }

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

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

background-color css

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

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

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

border-color css

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

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

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