Html Css Color HEX #B37F29 Mandalay

📋 copy color: '#B37F29'

red 179 ◦ green 127 ◦ blue 41

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

Shades of Mandalay #B37F29

Tints of Mandalay #B37F29

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 51.59%
G = 36.6%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37F29 (or 0xB37F29) is known color: Mandalay. HEX triplet: B3, 7F and 29. RGB value is (179,127,41). Sum of RGB (Red+Green+Blue) = 179+127+41=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F29 is #4C80D6. Grayscale: #858585. Windows color (decimal): -5013719 or 2719667. OLE color: 2719667.

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

Color convert

RGB 179 127 41 -
CMYK 0 0.29 0.77 0.30
HSL 37.39º 0.63% 0.43% -
HSV(B) 37.39º 0.77% 0.7% -
XYZ 26.58 24.92 5.51 -
YUV 132.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 179 127 41 0 0.29 0.77 0.30 37.39 0.63 0.43
Hex B3 7F 29 0 1D 4D 1E 25 3F 2B
Octal 263 177 51 0 35 115 36 45 77 53
Binary 10110011 1111111 101001 0 11101 1001101 11110 100101 111111 101011

Color Harmonies of #B37F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F29

Black with #B37F29

Text Example


Text Example

White with #B37F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F29; }

 p { color: rgb(179,127,41); }

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

background-color css

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

 a { background-color: rgb(179,127,41); }

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

border-color css

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

 span { border-color: rgb(179,127,41); }

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