Html Css Color HEX #B47A30 Mandalay

📋 copy color: '#B47A30'

red 180 ◦ green 122 ◦ blue 48

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

Shades of Mandalay #B47A30

Tints of Mandalay #B47A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 51.43%
G = 34.86%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47A30 (or 0xB47A30) is known color: Mandalay. HEX triplet: B4, 7A and 30. RGB value is (180,122,48). Sum of RGB (Red+Green+Blue) = 180+122+48=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A30 is #4B85CF. Grayscale: #838383. Windows color (decimal): -4949456 or 3177140. OLE color: 3177140.

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

Color convert

RGB 180 122 48 -
CMYK 0 0.32 0.73 0.29
HSL 33.64º 0.58% 0.45% -
HSV(B) 33.64º 0.73% 0.71% -
XYZ 26.32 23.84 6.01 -
YUV 130.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 180 122 48 0 0.32 0.73 0.29 33.64 0.58 0.45
Hex B4 7A 30 0 20 49 1D 22 3A 2D
Octal 264 172 60 0 40 111 35 42 72 55
Binary 10110100 1111010 110000 0 100000 1001001 11101 100010 111010 101101

Color Harmonies of #B47A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A30

Black with #B47A30

Text Example


Text Example

White with #B47A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A30; }

 p { color: rgb(180,122,48); }

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

background-color css

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

 a { background-color: rgb(180,122,48); }

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

border-color css

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

 span { border-color: rgb(180,122,48); }

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