Html Css Color HEX #B37D30 Mandalay

📋 copy color: '#B37D30'

red 179 ◦ green 125 ◦ blue 48

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

Shades of Mandalay #B37D30

Tints of Mandalay #B37D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 50.85%
G = 35.51%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B37D30 (or 0xB37D30) is known color: Mandalay. HEX triplet: B3, 7D and 30. RGB value is (179,125,48). Sum of RGB (Red+Green+Blue) = 179+125+48=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D30 is #4C82CF. Grayscale: #848484. Windows color (decimal): -5014224 or 3177907. OLE color: 3177907.

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

Color convert

RGB 179 125 48 -
CMYK 0 0.30 0.73 0.30
HSL 35.27º 0.58% 0.45% -
HSV(B) 35.27º 0.73% 0.7% -
XYZ 26.46 24.46 6.12 -
YUV 132.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 179 125 48 0 0.30 0.73 0.30 35.27 0.58 0.45
Hex B3 7D 30 0 1E 49 1E 23 3A 2D
Octal 263 175 60 0 36 111 36 43 72 55
Binary 10110011 1111101 110000 0 11110 1001001 11110 100011 111010 101101

Color Harmonies of #B37D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D30

Black with #B37D30

Text Example


Text Example

White with #B37D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D30; }

 p { color: rgb(179,125,48); }

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

background-color css

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

 a { background-color: rgb(179,125,48); }

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

border-color css

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

 span { border-color: rgb(179,125,48); }

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