Html Css Color HEX #B37B2A Mandalay

📋 copy color: '#B37B2A'

red 179 ◦ green 123 ◦ blue 42

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

Shades of Mandalay #B37B2A

Tints of Mandalay #B37B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 52.03%
G = 35.76%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37B2A (or 0xB37B2A) is known color: Mandalay. HEX triplet: B3, 7B and 2A. RGB value is (179,123,42). Sum of RGB (Red+Green+Blue) = 179+123+42=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B2A is #4C84D5. Grayscale: #828282. Windows color (decimal): -5014742 or 2784179. OLE color: 2784179.

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

Color convert

RGB 179 123 42 -
CMYK 0 0.31 0.77 0.30
HSL 35.47º 0.62% 0.43% -
HSV(B) 35.47º 0.77% 0.7% -
XYZ 26.09 23.92 5.43 -
YUV 130.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 179 123 42 0 0.31 0.77 0.30 35.47 0.62 0.43
Hex B3 7B 2A 0 1F 4D 1E 23 3E 2B
Octal 263 173 52 0 37 115 36 43 76 53
Binary 10110011 1111011 101010 0 11111 1001101 11110 100011 111110 101011

Color Harmonies of #B37B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B2A

Black with #B37B2A

Text Example


Text Example

White with #B37B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B2A; }

 p { color: rgb(179,123,42); }

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

background-color css

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

 a { background-color: rgb(179,123,42); }

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

border-color css

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

 span { border-color: rgb(179,123,42); }

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