Html Css Color HEX #B58334 Mandalay

📋 copy color: '#B58334'

red 181 ◦ green 131 ◦ blue 52

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

Shades of Mandalay #B58334

Tints of Mandalay #B58334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 49.73%
G = 35.99%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58334 (or 0xB58334) is known color: Mandalay. HEX triplet: B5, 83 and 34. RGB value is (181,131,52). Sum of RGB (Red+Green+Blue) = 181+131+52=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58334 is #4A7CCB. Grayscale: #898989. Windows color (decimal): -4881612 or 3441589. OLE color: 3441589.

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

Color convert

RGB 181 131 52 -
CMYK 0 0.28 0.71 0.29
HSL 36.74º 0.55% 0.46% -
HSV(B) 36.74º 0.71% 0.71% -
XYZ 27.79 26.3 6.86 -
YUV 136.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 181 131 52 0 0.28 0.71 0.29 36.74 0.55 0.46
Hex B5 83 34 0 1C 47 1D 25 37 2E
Octal 265 203 64 0 34 107 35 45 67 56
Binary 10110101 10000011 110100 0 11100 1000111 11101 100101 110111 101110

Color Harmonies of #B58334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58334

Black with #B58334

Text Example


Text Example

White with #B58334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58334; }

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

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

background-color css

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

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

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

border-color css

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

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

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