Html Css Color HEX #B48129 Mandalay

📋 copy color: '#B48129'

red 180 ◦ green 129 ◦ blue 41

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

Shades of Mandalay #B48129

Tints of Mandalay #B48129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.71%

R = 51.43%
G = 36.86%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B48129 (or 0xB48129) is known color: Mandalay. HEX triplet: B4, 81 and 29. RGB value is (180,129,41). Sum of RGB (Red+Green+Blue) = 180+129+41=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B48129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48129 is #4B7ED6. Grayscale: #868686. Windows color (decimal): -4947671 or 2720180. OLE color: 2720180.

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

Color convert

RGB 180 129 41 -
CMYK 0 0.28 0.77 0.29
HSL 37.99º 0.63% 0.43% -
HSV(B) 37.99º 0.77% 0.71% -
XYZ 27.07 25.56 5.61 -
YUV 134.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 180 129 41 0 0.28 0.77 0.29 37.99 0.63 0.43
Hex B4 81 29 0 1C 4D 1D 26 3F 2B
Octal 264 201 51 0 34 115 35 46 77 53
Binary 10110100 10000001 101001 0 11100 1001101 11101 100110 111111 101011

Color Harmonies of #B48129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48129

Black with #B48129

Text Example


Text Example

White with #B48129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48129; }

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

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

background-color css

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

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

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

border-color css

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

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

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