Html Css Color HEX #B47C33 Mandalay

📋 copy color: '#B47C33'

red 180 ◦ green 124 ◦ blue 51

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

Shades of Mandalay #B47C33

Tints of Mandalay #B47C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 50.7%
G = 34.93%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B47C33 (or 0xB47C33) is known color: Mandalay. HEX triplet: B4, 7C and 33. RGB value is (180,124,51). Sum of RGB (Red+Green+Blue) = 180+124+51=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C33 is #4B83CC. Grayscale: #848484. Windows color (decimal): -4948941 or 3374260. OLE color: 3374260.

HSL color Cylindrical-coordinate representation of color #B47C33: hue angle of 33.95º degrees, saturation: 0.56, 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 #B47C33 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 124 51 -
CMYK 0 0.31 0.72 0.29
HSL 33.95º 0.56% 0.45% -
HSV(B) 33.95º 0.72% 0.71% -
XYZ 26.63 24.36 6.43 -
YUV 132.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 180 124 51 0 0.31 0.72 0.29 33.95 0.56 0.45
Hex B4 7C 33 0 1F 48 1D 22 38 2D
Octal 264 174 63 0 37 110 35 42 70 55
Binary 10110100 1111100 110011 0 11111 1001000 11101 100010 111000 101101

Color Harmonies of #B47C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C33

Black with #B47C33

Text Example


Text Example

White with #B47C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C33; }

 p { color: rgb(180,124,51); }

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

background-color css

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

 a { background-color: rgb(180,124,51); }

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

border-color css

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

 span { border-color: rgb(180,124,51); }

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