Html Css Color HEX #B47828 Mandalay

📋 copy color: '#B47828'

red 180 ◦ green 120 ◦ blue 40

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

Shades of Mandalay #B47828

Tints of Mandalay #B47828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 52.94%
G = 35.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B47828 (or 0xB47828) is known color: Mandalay. HEX triplet: B4, 78 and 28. RGB value is (180,120,40). Sum of RGB (Red+Green+Blue) = 180+120+40=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B47828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47828 is #4B87D7. Grayscale: #818181. Windows color (decimal): -4949976 or 2652340. OLE color: 2652340.

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

Color convert

RGB 180 120 40 -
CMYK 0 0.33 0.78 0.29
HSL 34.29º 0.64% 0.43% -
HSV(B) 34.29º 0.78% 0.71% -
XYZ 25.92 23.29 5.14 -
YUV 128.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 180 120 40 0 0.33 0.78 0.29 34.29 0.64 0.43
Hex B4 78 28 0 21 4E 1D 22 40 2B
Octal 264 170 50 0 41 116 35 42 100 53
Binary 10110100 1111000 101000 0 100001 1001110 11101 100010 1000000 101011

Color Harmonies of #B47828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47828

Black with #B47828

Text Example


Text Example

White with #B47828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47828; }

 p { color: rgb(180,120,40); }

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

background-color css

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

 a { background-color: rgb(180,120,40); }

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

border-color css

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

 span { border-color: rgb(180,120,40); }

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