Html Css Color HEX #B48130 Mandalay

📋 copy color: '#B48130'

red 180 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #B48130

Tints of Mandalay #B48130

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

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

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

R = 50.42%
G = 36.13%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B48130 (or 0xB48130) is known color: Mandalay. HEX triplet: B4, 81 and 30. RGB value is (180,129,48). Sum of RGB (Red+Green+Blue) = 180+129+48=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B48130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48130 is #4B7ECF. Grayscale: #878787. Windows color (decimal): -4947664 or 3178932. OLE color: 3178932.

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

Color convert

RGB 180 129 48 -
CMYK 0 0.28 0.73 0.29
HSL 36.82º 0.58% 0.45% -
HSV(B) 36.82º 0.73% 0.71% -
XYZ 27.21 25.62 6.31 -
YUV 135.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 180 129 48 0 0.28 0.73 0.29 36.82 0.58 0.45
Hex B4 81 30 0 1C 49 1D 25 3A 2D
Octal 264 201 60 0 34 111 35 45 72 55
Binary 10110100 10000001 110000 0 11100 1001001 11101 100101 111010 101101

Color Harmonies of #B48130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48130

Black with #B48130

Text Example


Text Example

White with #B48130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48130; }

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

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

background-color css

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

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

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

border-color css

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

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

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