Html Css Color HEX #B47835 Mandalay

📋 copy color: '#B47835'

red 180 ◦ green 120 ◦ blue 53

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

Shades of Mandalay #B47835

Tints of Mandalay #B47835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 50.99%
G = 33.99%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47835 (or 0xB47835) is known color: Mandalay. HEX triplet: B4, 78 and 35. RGB value is (180,120,53). Sum of RGB (Red+Green+Blue) = 180+120+53=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47835 is #4B87CA. Grayscale: #828282. Windows color (decimal): -4949963 or 3504308. OLE color: 3504308.

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

Color convert

RGB 180 120 53 -
CMYK 0 0.33 0.71 0.29
HSL 31.65º 0.55% 0.46% -
HSV(B) 31.65º 0.71% 0.71% -
XYZ 26.18 23.39 6.5 -
YUV 130.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 180 120 53 0 0.33 0.71 0.29 31.65 0.55 0.46
Hex B4 78 35 0 21 47 1D 20 37 2E
Octal 264 170 65 0 41 107 35 40 67 56
Binary 10110100 1111000 110101 0 100001 1000111 11101 100000 110111 101110

Color Harmonies of #B47835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47835

Black with #B47835

Text Example


Text Example

White with #B47835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47835; }

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

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

background-color css

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

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

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

border-color css

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

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

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