Html Css Color HEX #B37E2E Mandalay

📋 copy color: '#B37E2E'

red 179 ◦ green 126 ◦ blue 46

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

Shades of Mandalay #B37E2E

Tints of Mandalay #B37E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 51%
G = 35.9%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B37E2E (or 0xB37E2E) is known color: Mandalay. HEX triplet: B3, 7E and 2E. RGB value is (179,126,46). Sum of RGB (Red+Green+Blue) = 179+126+46=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E2E is #4C81D1. Grayscale: #858585. Windows color (decimal): -5013970 or 3047091. OLE color: 3047091.

HSL color Cylindrical-coordinate representation of color #B37E2E: hue angle of 36.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B37E2E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 126 46 -
CMYK 0 0.30 0.74 0.30
HSL 36.09º 0.59% 0.44% -
HSV(B) 36.09º 0.74% 0.7% -
XYZ 26.54 24.7 5.95 -
YUV 132.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 179 126 46 0 0.30 0.74 0.30 36.09 0.59 0.44
Hex B3 7E 2E 0 1E 4A 1E 24 3B 2C
Octal 263 176 56 0 36 112 36 44 73 54
Binary 10110011 1111110 101110 0 11110 1001010 11110 100100 111011 101100

Color Harmonies of #B37E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E2E

Black with #B37E2E

Text Example


Text Example

White with #B37E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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