Html Css Color HEX #B58135 Mandalay

📋 copy color: '#B58135'

red 181 ◦ green 129 ◦ blue 53

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

Shades of Mandalay #B58135

Tints of Mandalay #B58135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 49.86%
G = 35.54%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58135 (or 0xB58135) is known color: Mandalay. HEX triplet: B5, 81 and 35. RGB value is (181,129,53). Sum of RGB (Red+Green+Blue) = 181+129+53=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58135 is #4A7ECA. Grayscale: #888888. Windows color (decimal): -4882123 or 3506613. OLE color: 3506613.

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

Color convert

RGB 181 129 53 -
CMYK 0 0.29 0.71 0.29
HSL 35.63º 0.55% 0.46% -
HSV(B) 35.63º 0.71% 0.71% -
XYZ 27.55 25.78 6.89 -
YUV 135.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 181 129 53 0 0.29 0.71 0.29 35.63 0.55 0.46
Hex B5 81 35 0 1D 47 1D 24 37 2E
Octal 265 201 65 0 35 107 35 44 67 56
Binary 10110101 10000001 110101 0 11101 1000111 11101 100100 110111 101110

Color Harmonies of #B58135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58135

Black with #B58135

Text Example


Text Example

White with #B58135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58135; }

 p { color: rgb(181,129,53); }

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

background-color css

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

 a { background-color: rgb(181,129,53); }

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

border-color css

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

 span { border-color: rgb(181,129,53); }

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