Html Css Color HEX #B37B2C Mandalay

📋 copy color: '#B37B2C'

red 179 ◦ green 123 ◦ blue 44

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

Shades of Mandalay #B37B2C

Tints of Mandalay #B37B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 51.73%
G = 35.55%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B37B2C (or 0xB37B2C) is known color: Mandalay. HEX triplet: B3, 7B and 2C. RGB value is (179,123,44). Sum of RGB (Red+Green+Blue) = 179+123+44=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B2C is #4C84D3. Grayscale: #838383. Windows color (decimal): -5014740 or 2915251. OLE color: 2915251.

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

Color convert

RGB 179 123 44 -
CMYK 0 0.31 0.75 0.30
HSL 35.11º 0.61% 0.44% -
HSV(B) 35.11º 0.75% 0.7% -
XYZ 26.13 23.93 5.63 -
YUV 130.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 179 123 44 0 0.31 0.75 0.30 35.11 0.61 0.44
Hex B3 7B 2C 0 1F 4B 1E 23 3D 2C
Octal 263 173 54 0 37 113 36 43 75 54
Binary 10110011 1111011 101100 0 11111 1001011 11110 100011 111101 101100

Color Harmonies of #B37B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B2C

Black with #B37B2C

Text Example


Text Example

White with #B37B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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