Html Css Color HEX #B47D28 Mandalay

📋 copy color: '#B47D28'

red 180 ◦ green 125 ◦ blue 40

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

Shades of Mandalay #B47D28

Tints of Mandalay #B47D28

RGB

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

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

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

R = 52.17%
G = 36.23%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B47D28 (or 0xB47D28) is known color: Mandalay. HEX triplet: B4, 7D and 28. RGB value is (180,125,40). Sum of RGB (Red+Green+Blue) = 180+125+40=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D28 is #4B82D7. Grayscale: #848484. Windows color (decimal): -4948696 or 2653620. OLE color: 2653620.

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

Color convert

RGB 180 125 40 -
CMYK 0 0.31 0.78 0.29
HSL 36.43º 0.64% 0.43% -
HSV(B) 36.43º 0.78% 0.71% -
XYZ 26.54 24.52 5.34 -
YUV 131.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 180 125 40 0 0.31 0.78 0.29 36.43 0.64 0.43
Hex B4 7D 28 0 1F 4E 1D 24 40 2B
Octal 264 175 50 0 37 116 35 44 100 53
Binary 10110100 1111101 101000 0 11111 1001110 11101 100100 1000000 101011

Color Harmonies of #B47D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D28

Black with #B47D28

Text Example


Text Example

White with #B47D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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