Html Css Color HEX #B58326 Mandalay

📋 copy color: '#B58326'

red 181 ◦ green 131 ◦ blue 38

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

Shades of Mandalay #B58326

Tints of Mandalay #B58326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 51.71%
G = 37.43%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B58326 (or 0xB58326) is known color: Mandalay. HEX triplet: B5, 83 and 26. RGB value is (181,131,38). Sum of RGB (Red+Green+Blue) = 181+131+38=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B58326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58326 is #4A7CD9. Grayscale: #878787. Windows color (decimal): -4881626 or 2524085. OLE color: 2524085.

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

Color convert

RGB 181 131 38 -
CMYK 0 0.28 0.79 0.29
HSL 39.02º 0.65% 0.43% -
HSV(B) 39.02º 0.79% 0.71% -
XYZ 27.52 26.2 5.44 -
YUV 135.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 181 131 38 0 0.28 0.79 0.29 39.02 0.65 0.43
Hex B5 83 26 0 1C 4F 1D 27 41 2B
Octal 265 203 46 0 34 117 35 47 101 53
Binary 10110101 10000011 100110 0 11100 1001111 11101 100111 1000001 101011

Color Harmonies of #B58326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58326

Black with #B58326

Text Example


Text Example

White with #B58326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58326; }

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

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

background-color css

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

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

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

border-color css

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

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

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