Html Css Color HEX #B47D33 Mandalay

📋 copy color: '#B47D33'

red 180 ◦ green 125 ◦ blue 51

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

Shades of Mandalay #B47D33

Tints of Mandalay #B47D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 50.56%
G = 35.11%
B = 14.33%

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

#B47D33 (or 0xB47D33) is known color: Mandalay. HEX triplet: B4, 7D and 33. RGB value is (180,125,51). Sum of RGB (Red+Green+Blue) = 180+125+51=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D33 is #4B82CC. Grayscale: #858585. Windows color (decimal): -4948685 or 3374516. OLE color: 3374516.

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

Color convert

RGB 180 125 51 -
CMYK 0 0.31 0.72 0.29
HSL 34.42º 0.56% 0.45% -
HSV(B) 34.42º 0.72% 0.71% -
XYZ 26.75 24.61 6.47 -
YUV 133.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 180 125 51 0 0.31 0.72 0.29 34.42 0.56 0.45
Hex B4 7D 33 0 1F 48 1D 22 38 2D
Octal 264 175 63 0 37 110 35 42 70 55
Binary 10110100 1111101 110011 0 11111 1001000 11101 100010 111000 101101

Color Harmonies of #B47D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D33

Black with #B47D33

Text Example


Text Example

White with #B47D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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