Html Css Color HEX #B37A2F Mandalay

📋 copy color: '#B37A2F'

red 179 ◦ green 122 ◦ blue 47

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

Shades of Mandalay #B37A2F

Tints of Mandalay #B37A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 51.44%
G = 35.06%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B37A2F (or 0xB37A2F) is known color: Mandalay. HEX triplet: B3, 7A and 2F. RGB value is (179,122,47). Sum of RGB (Red+Green+Blue) = 179+122+47=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A2F is #4C85D0. Grayscale: #828282. Windows color (decimal): -5014993 or 3111603. OLE color: 3111603.

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

Color convert

RGB 179 122 47 -
CMYK 0 0.32 0.74 0.30
HSL 34.09º 0.58% 0.44% -
HSV(B) 34.09º 0.74% 0.7% -
XYZ 26.06 23.71 5.89 -
YUV 130.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 179 122 47 0 0.32 0.74 0.30 34.09 0.58 0.44
Hex B3 7A 2F 0 20 4A 1E 22 3A 2C
Octal 263 172 57 0 40 112 36 42 72 54
Binary 10110011 1111010 101111 0 100000 1001010 11110 100010 111010 101100

Color Harmonies of #B37A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A2F

Black with #B37A2F

Text Example


Text Example

White with #B37A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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