Html Css Color HEX #B37A30 Mandalay

📋 copy color: '#B37A30'

red 179 ◦ green 122 ◦ blue 48

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

Shades of Mandalay #B37A30

Tints of Mandalay #B37A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 51.29%
G = 34.96%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B37A30 (or 0xB37A30) is known color: Mandalay. HEX triplet: B3, 7A and 30. RGB value is (179,122,48). Sum of RGB (Red+Green+Blue) = 179+122+48=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A30 is #4C85CF. Grayscale: #828282. Windows color (decimal): -5014992 or 3177139. OLE color: 3177139.

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

Color convert

RGB 179 122 48 -
CMYK 0 0.32 0.73 0.30
HSL 33.89º 0.58% 0.45% -
HSV(B) 33.89º 0.73% 0.7% -
XYZ 26.08 23.72 6 -
YUV 130.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 179 122 48 0 0.32 0.73 0.30 33.89 0.58 0.45
Hex B3 7A 30 0 20 49 1E 22 3A 2D
Octal 263 172 60 0 40 111 36 42 72 55
Binary 10110011 1111010 110000 0 100000 1001001 11110 100010 111010 101101

Color Harmonies of #B37A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A30

Black with #B37A30

Text Example


Text Example

White with #B37A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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