Html Css Color HEX #B47F28 Mandalay

📋 copy color: '#B47F28'

red 180 ◦ green 127 ◦ blue 40

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

Shades of Mandalay #B47F28

Tints of Mandalay #B47F28

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 51.87%
G = 36.6%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B47F28 (or 0xB47F28) is known color: Mandalay. HEX triplet: B4, 7F and 28. RGB value is (180,127,40). Sum of RGB (Red+Green+Blue) = 180+127+40=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F28 is #4B80D7. Grayscale: #858585. Windows color (decimal): -4948184 or 2654132. OLE color: 2654132.

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

Color convert

RGB 180 127 40 -
CMYK 0 0.29 0.78 0.29
HSL 37.29º 0.64% 0.43% -
HSV(B) 37.29º 0.78% 0.71% -
XYZ 26.79 25.04 5.43 -
YUV 132.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 180 127 40 0 0.29 0.78 0.29 37.29 0.64 0.43
Hex B4 7F 28 0 1D 4E 1D 25 40 2B
Octal 264 177 50 0 35 116 35 45 100 53
Binary 10110100 1111111 101000 0 11101 1001110 11101 100101 1000000 101011

Color Harmonies of #B47F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F28

Black with #B47F28

Text Example


Text Example

White with #B47F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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