Html Css Color HEX #B48039 Mandalay

📋 copy color: '#B48039'

red 180 ◦ green 128 ◦ blue 57

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

Shades of Mandalay #B48039

Tints of Mandalay #B48039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 49.32%
G = 35.07%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B48039 (or 0xB48039) is known color: Mandalay. HEX triplet: B4, 80 and 39. RGB value is (180,128,57). Sum of RGB (Red+Green+Blue) = 180+128+57=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48039 is #4B7FC6. Grayscale: #878787. Windows color (decimal): -4947911 or 3768500. OLE color: 3768500.

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

Color convert

RGB 180 128 57 -
CMYK 0 0.29 0.68 0.29
HSL 34.63º 0.52% 0.46% -
HSV(B) 34.63º 0.68% 0.71% -
XYZ 27.28 25.44 7.34 -
YUV 135.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 180 128 57 0 0.29 0.68 0.29 34.63 0.52 0.46
Hex B4 80 39 0 1D 44 1D 23 34 2E
Octal 264 200 71 0 35 104 35 43 64 56
Binary 10110100 10000000 111001 0 11101 1000100 11101 100011 110100 101110

Color Harmonies of #B48039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48039

Black with #B48039

Text Example


Text Example

White with #B48039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48039; }

 p { color: rgb(180,128,57); }

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

background-color css

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

 a { background-color: rgb(180,128,57); }

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

border-color css

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

 span { border-color: rgb(180,128,57); }

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