Html Css Color HEX #B47A2A Mandalay

📋 copy color: '#B47A2A'

red 180 ◦ green 122 ◦ blue 42

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

Shades of Mandalay #B47A2A

Tints of Mandalay #B47A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 52.33%
G = 35.47%
B = 12.21%

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

#B47A2A (or 0xB47A2A) is known color: Mandalay. HEX triplet: B4, 7A and 2A. RGB value is (180,122,42). Sum of RGB (Red+Green+Blue) = 180+122+42=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A2A is #4B85D5. Grayscale: #828282. Windows color (decimal): -4949462 or 2783924. OLE color: 2783924.

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

Color convert

RGB 180 122 42 -
CMYK 0 0.32 0.77 0.29
HSL 34.78º 0.62% 0.44% -
HSV(B) 34.78º 0.77% 0.71% -
XYZ 26.2 23.79 5.4 -
YUV 130.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 180 122 42 0 0.32 0.77 0.29 34.78 0.62 0.44
Hex B4 7A 2A 0 20 4D 1D 23 3E 2C
Octal 264 172 52 0 40 115 35 43 76 54
Binary 10110100 1111010 101010 0 100000 1001101 11101 100011 111110 101100

Color Harmonies of #B47A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A2A

Black with #B47A2A

Text Example


Text Example

White with #B47A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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