Html Css Color HEX #B37A2B Mandalay

📋 copy color: '#B37A2B'

red 179 ◦ green 122 ◦ blue 43

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

Shades of Mandalay #B37A2B

Tints of Mandalay #B37A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 52.03%
G = 35.47%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B37A2B (or 0xB37A2B) is known color: Mandalay. HEX triplet: B3, 7A and 2B. RGB value is (179,122,43). Sum of RGB (Red+Green+Blue) = 179+122+43=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A2B is #4C85D4. Grayscale: #828282. Windows color (decimal): -5014997 or 2849459. OLE color: 2849459.

HSL color Cylindrical-coordinate representation of color #B37A2B: hue angle of 34.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B37A2B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 43 -
CMYK 0 0.32 0.76 0.30
HSL 34.85º 0.61% 0.44% -
HSV(B) 34.85º 0.76% 0.7% -
XYZ 25.99 23.68 5.49 -
YUV 130.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 179 122 43 0 0.32 0.76 0.30 34.85 0.61 0.44
Hex B3 7A 2B 0 20 4C 1E 23 3D 2C
Octal 263 172 53 0 40 114 36 43 75 54
Binary 10110011 1111010 101011 0 100000 1001100 11110 100011 111101 101100

Color Harmonies of #B37A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A2B

Black with #B37A2B

Text Example


Text Example

White with #B37A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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