Html Css Color HEX #B18222 Mandalay

📋 copy color: '#B18222'

red 177 ◦ green 130 ◦ blue 34

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

Shades of Mandalay #B18222

Tints of Mandalay #B18222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 51.91%
G = 38.12%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18222 (or 0xB18222) is known color: Mandalay. HEX triplet: B1, 82 and 22. RGB value is (177,130,34). Sum of RGB (Red+Green+Blue) = 177+130+34=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B18222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18222 is #4E7DDD. Grayscale: #858585. Windows color (decimal): -5144030 or 2261681. OLE color: 2261681.

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

Color convert

RGB 177 130 34 -
CMYK 0 0.27 0.81 0.31
HSL 40.28º 0.68% 0.41% -
HSV(B) 40.28º 0.81% 0.69% -
XYZ 26.4 25.43 5.03 -
YUV 133.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 177 130 34 0 0.27 0.81 0.31 40.28 0.68 0.41
Hex B1 82 22 0 1B 51 1F 28 44 29
Octal 261 202 42 0 33 121 37 50 104 51
Binary 10110001 10000010 100010 0 11011 1010001 11111 101000 1000100 101001

Color Harmonies of #B18222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18222

Black with #B18222

Text Example


Text Example

White with #B18222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18222; }

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

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

background-color css

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

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

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

border-color css

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

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

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