Html Css Color HEX #B58323 Mandalay

📋 copy color: '#B58323'

red 181 ◦ green 131 ◦ blue 35

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

Shades of Mandalay #B58323

Tints of Mandalay #B58323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 52.16%
G = 37.75%
B = 10.09%

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

#B58323 (or 0xB58323) is known color: Mandalay. HEX triplet: B5, 83 and 23. RGB value is (181,131,35). Sum of RGB (Red+Green+Blue) = 181+131+35=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B58323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58323 is #4A7CDC. Grayscale: #878787. Windows color (decimal): -4881629 or 2327477. OLE color: 2327477.

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

Color convert

RGB 181 131 35 -
CMYK 0 0.28 0.81 0.29
HSL 39.45º 0.68% 0.42% -
HSV(B) 39.45º 0.81% 0.71% -
XYZ 27.48 26.18 5.19 -
YUV 135.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 181 131 35 0 0.28 0.81 0.29 39.45 0.68 0.42
Hex B5 83 23 0 1C 51 1D 27 44 2A
Octal 265 203 43 0 34 121 35 47 104 52
Binary 10110101 10000011 100011 0 11100 1010001 11101 100111 1000100 101010

Color Harmonies of #B58323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58323

Black with #B58323

Text Example


Text Example

White with #B58323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58323; }

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

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

background-color css

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

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

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

border-color css

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

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

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