Html Css Color HEX #B58130 Mandalay

📋 copy color: '#B58130'

red 181 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #B58130

Tints of Mandalay #B58130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 50.56%
G = 36.03%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B58130 (or 0xB58130) is known color: Mandalay. HEX triplet: B5, 81 and 30. RGB value is (181,129,48). Sum of RGB (Red+Green+Blue) = 181+129+48=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B58130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58130 is #4A7ECF. Grayscale: #878787. Windows color (decimal): -4882128 or 3178933. OLE color: 3178933.

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

Color convert

RGB 181 129 48 -
CMYK 0 0.29 0.73 0.29
HSL 36.54º 0.58% 0.45% -
HSV(B) 36.54º 0.73% 0.71% -
XYZ 27.44 25.74 6.32 -
YUV 135.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 181 129 48 0 0.29 0.73 0.29 36.54 0.58 0.45
Hex B5 81 30 0 1D 49 1D 25 3A 2D
Octal 265 201 60 0 35 111 35 45 72 55
Binary 10110101 10000001 110000 0 11101 1001001 11101 100101 111010 101101

Color Harmonies of #B58130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58130

Black with #B58130

Text Example


Text Example

White with #B58130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58130; }

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

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

background-color css

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

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

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

border-color css

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

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

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