Html Css Color HEX #B37F27 Mandalay

📋 copy color: '#B37F27'

red 179 ◦ green 127 ◦ blue 39

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

Shades of Mandalay #B37F27

Tints of Mandalay #B37F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 51.88%
G = 36.81%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B37F27 (or 0xB37F27) is known color: Mandalay. HEX triplet: B3, 7F and 27. RGB value is (179,127,39). Sum of RGB (Red+Green+Blue) = 179+127+39=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F27 is #4C80D8. Grayscale: #848484. Windows color (decimal): -5013721 or 2588595. OLE color: 2588595.

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

Color convert

RGB 179 127 39 -
CMYK 0 0.29 0.78 0.30
HSL 37.71º 0.64% 0.43% -
HSV(B) 37.71º 0.78% 0.7% -
XYZ 26.55 24.91 5.33 -
YUV 132.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 179 127 39 0 0.29 0.78 0.30 37.71 0.64 0.43
Hex B3 7F 27 0 1D 4E 1E 26 40 2B
Octal 263 177 47 0 35 116 36 46 100 53
Binary 10110011 1111111 100111 0 11101 1001110 11110 100110 1000000 101011

Color Harmonies of #B37F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F27

Black with #B37F27

Text Example


Text Example

White with #B37F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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