Html Css Color HEX #B47732 Mandalay

📋 copy color: '#B47732'

red 180 ◦ green 119 ◦ blue 50

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

Shades of Mandalay #B47732

Tints of Mandalay #B47732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 51.58%
G = 34.1%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B47732 (or 0xB47732) is known color: Mandalay. HEX triplet: B4, 77 and 32. RGB value is (180,119,50). Sum of RGB (Red+Green+Blue) = 180+119+50=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47732 is #4B88CD. Grayscale: #818181. Windows color (decimal): -4950222 or 3307444. OLE color: 3307444.

HSL color Cylindrical-coordinate representation of color #B47732: hue angle of 31.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47732 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 50 -
CMYK 0 0.34 0.72 0.29
HSL 31.85º 0.57% 0.45% -
HSV(B) 31.85º 0.72% 0.71% -
XYZ 25.99 23.13 6.11 -
YUV 129.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 180 119 50 0 0.34 0.72 0.29 31.85 0.57 0.45
Hex B4 77 32 0 22 48 1D 20 39 2D
Octal 264 167 62 0 42 110 35 40 71 55
Binary 10110100 1110111 110010 0 100010 1001000 11101 100000 111001 101101

Color Harmonies of #B47732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47732

Black with #B47732

Text Example


Text Example

White with #B47732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47732; }

 p { color: rgb(180,119,50); }

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

background-color css

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

 a { background-color: rgb(180,119,50); }

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

border-color css

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

 span { border-color: rgb(180,119,50); }

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