Html Css Color HEX #B47B29 Mandalay

📋 copy color: '#B47B29'

red 180 ◦ green 123 ◦ blue 41

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

Shades of Mandalay #B47B29

Tints of Mandalay #B47B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 52.33%
G = 35.76%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B47B29 (or 0xB47B29) is known color: Mandalay. HEX triplet: B4, 7B and 29. RGB value is (180,123,41). Sum of RGB (Red+Green+Blue) = 180+123+41=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B29 is #4B84D6. Grayscale: #838383. Windows color (decimal): -4949207 or 2718644. OLE color: 2718644.

HSL color Cylindrical-coordinate representation of color #B47B29: hue angle of 35.4º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B47B29 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 41 -
CMYK 0 0.32 0.77 0.29
HSL 35.4º 0.63% 0.43% -
HSV(B) 35.4º 0.77% 0.71% -
XYZ 26.31 24.03 5.35 -
YUV 130.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 180 123 41 0 0.32 0.77 0.29 35.4 0.63 0.43
Hex B4 7B 29 0 20 4D 1D 23 3F 2B
Octal 264 173 51 0 40 115 35 43 77 53
Binary 10110100 1111011 101001 0 100000 1001101 11101 100011 111111 101011

Color Harmonies of #B47B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B29

Black with #B47B29

Text Example


Text Example

White with #B47B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B29; }

 p { color: rgb(180,123,41); }

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

background-color css

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

 a { background-color: rgb(180,123,41); }

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

border-color css

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

 span { border-color: rgb(180,123,41); }

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