Html Css Color HEX #B58422 Mandalay

📋 copy color: '#B58422'

red 181 ◦ green 132 ◦ blue 34

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

Shades of Mandalay #B58422

Tints of Mandalay #B58422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 52.16%
G = 38.04%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B58422 (or 0xB58422) is known color: Mandalay. HEX triplet: B5, 84 and 22. RGB value is (181,132,34). Sum of RGB (Red+Green+Blue) = 181+132+34=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B58422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58422 is #4A7BDD. Grayscale: #878787. Windows color (decimal): -4881374 or 2262197. OLE color: 2262197.

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

Color convert

RGB 181 132 34 -
CMYK 0 0.27 0.81 0.29
HSL 40º 0.68% 0.42% -
HSV(B) 40º 0.81% 0.71% -
XYZ 27.6 26.44 5.16 -
YUV 135.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 181 132 34 0 0.27 0.81 0.29 40 0.68 0.42
Hex B5 84 22 0 1B 51 1D 28 44 2A
Octal 265 204 42 0 33 121 35 50 104 52
Binary 10110101 10000100 100010 0 11011 1010001 11101 101000 1000100 101010

Color Harmonies of #B58422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58422

Black with #B58422

Text Example


Text Example

White with #B58422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58422; }

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

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

background-color css

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

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

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

border-color css

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

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

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