Html Css Color HEX #B58322 Mandalay

📋 copy color: '#B58322'

red 181 ◦ green 131 ◦ blue 34

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

Shades of Mandalay #B58322

Tints of Mandalay #B58322

RGB

 RED value IS 181 (71.09% from 255) = 52.31%

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

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

R = 52.31%
G = 37.86%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B58322 (or 0xB58322) is known color: Mandalay. HEX triplet: B5, 83 and 22. RGB value is (181,131,34). Sum of RGB (Red+Green+Blue) = 181+131+34=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B58322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58322 is #4A7CDD. Grayscale: #878787. Windows color (decimal): -4881630 or 2261941. OLE color: 2261941.

HSL color Cylindrical-coordinate representation of color #B58322: hue angle of 39.59º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58322 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 34 -
CMYK 0 0.28 0.81 0.29
HSL 39.59º 0.68% 0.42% -
HSV(B) 39.59º 0.81% 0.71% -
XYZ 27.46 26.17 5.12 -
YUV 134.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 181 131 34 0 0.28 0.81 0.29 39.59 0.68 0.42
Hex B5 83 22 0 1C 51 1D 28 44 2A
Octal 265 203 42 0 34 121 35 50 104 52
Binary 10110101 10000011 100010 0 11100 1010001 11101 101000 1000100 101010

Color Harmonies of #B58322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58322

Black with #B58322

Text Example


Text Example

White with #B58322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58322; }

 p { color: rgb(181,131,34); }

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

background-color css

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

 a { background-color: rgb(181,131,34); }

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

border-color css

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

 span { border-color: rgb(181,131,34); }

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