Html Css Color HEX #B58227 Mandalay

📋 copy color: '#B58227'

red 181 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #B58227

Tints of Mandalay #B58227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 51.71%
G = 37.14%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B58227 (or 0xB58227) is known color: Mandalay. HEX triplet: B5, 82 and 27. RGB value is (181,130,39). Sum of RGB (Red+Green+Blue) = 181+130+39=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B58227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58227 is #4A7DD8. Grayscale: #878787. Windows color (decimal): -4881881 or 2589365. OLE color: 2589365.

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

Color convert

RGB 181 130 39 -
CMYK 0 0.28 0.78 0.29
HSL 38.45º 0.65% 0.43% -
HSV(B) 38.45º 0.78% 0.71% -
XYZ 27.4 25.94 5.48 -
YUV 134.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 181 130 39 0 0.28 0.78 0.29 38.45 0.65 0.43
Hex B5 82 27 0 1C 4E 1D 26 41 2B
Octal 265 202 47 0 34 116 35 46 101 53
Binary 10110101 10000010 100111 0 11100 1001110 11101 100110 1000001 101011

Color Harmonies of #B58227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58227

Black with #B58227

Text Example


Text Example

White with #B58227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58227; }

 p { color: rgb(181,130,39); }

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

background-color css

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

 a { background-color: rgb(181,130,39); }

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

border-color css

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

 span { border-color: rgb(181,130,39); }

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