Html Css Color HEX #B37C2A Mandalay

📋 copy color: '#B37C2A'

red 179 ◦ green 124 ◦ blue 42

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

Shades of Mandalay #B37C2A

Tints of Mandalay #B37C2A

RGB

 RED value IS 179 (70.31% from 255) = 51.88%

 GREEN value IS 124 (48.83% from 255) = 35.94%

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

R = 51.88%
G = 35.94%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37C2A (or 0xB37C2A) is known color: Mandalay. HEX triplet: B3, 7C and 2A. RGB value is (179,124,42). Sum of RGB (Red+Green+Blue) = 179+124+42=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C2A is #4C83D5. Grayscale: #838383. Windows color (decimal): -5014486 or 2784435. OLE color: 2784435.

HSL color Cylindrical-coordinate representation of color #B37C2A: hue angle of 35.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B37C2A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 124 42 -
CMYK 0 0.31 0.77 0.30
HSL 35.91º 0.62% 0.43% -
HSV(B) 35.91º 0.77% 0.7% -
XYZ 26.22 24.17 5.47 -
YUV 131.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 179 124 42 0 0.31 0.77 0.30 35.91 0.62 0.43
Hex B3 7C 2A 0 1F 4D 1E 24 3E 2B
Octal 263 174 52 0 37 115 36 44 76 53
Binary 10110011 1111100 101010 0 11111 1001101 11110 100100 111110 101011

Color Harmonies of #B37C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C2A

Black with #B37C2A

Text Example


Text Example

White with #B37C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C2A; }

 p { color: rgb(179,124,42); }

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

background-color css

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

 a { background-color: rgb(179,124,42); }

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

border-color css

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

 span { border-color: rgb(179,124,42); }

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