Html Css Color HEX #B37E2A Mandalay

📋 copy color: '#B37E2A'

red 179 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B37E2A

Tints of Mandalay #B37E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

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

R = 51.59%
G = 36.31%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37E2A (or 0xB37E2A) is known color: Mandalay. HEX triplet: B3, 7E and 2A. RGB value is (179,126,42). Sum of RGB (Red+Green+Blue) = 179+126+42=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E2A is #4C81D5. Grayscale: #848484. Windows color (decimal): -5013974 or 2784947. OLE color: 2784947.

HSL color Cylindrical-coordinate representation of color #B37E2A: hue angle of 36.79º 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 #B37E2A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 126 42 -
CMYK 0 0.30 0.77 0.30
HSL 36.79º 0.62% 0.43% -
HSV(B) 36.79º 0.77% 0.7% -
XYZ 26.47 24.67 5.56 -
YUV 132.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 179 126 42 0 0.30 0.77 0.30 36.79 0.62 0.43
Hex B3 7E 2A 0 1E 4D 1E 25 3E 2B
Octal 263 176 52 0 36 115 36 45 76 53
Binary 10110011 1111110 101010 0 11110 1001101 11110 100101 111110 101011

Color Harmonies of #B37E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E2A

Black with #B37E2A

Text Example


Text Example

White with #B37E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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