Html Css Color HEX #B07C31 Mandalay

📋 copy color: '#B07C31'

red 176 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #B07C31

Tints of Mandalay #B07C31

RGB

 RED value IS 176 (69.14% from 255) = 50.43%

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 50.43%
G = 35.53%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B07C31 (or 0xB07C31) is known color: Mandalay. HEX triplet: B0, 7C and 31. RGB value is (176,124,49). Sum of RGB (Red+Green+Blue) = 176+124+49=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C31 is #4F83CE. Grayscale: #838383. Windows color (decimal): -5211087 or 3243184. OLE color: 3243184.

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

Color convert

RGB 176 124 49 -
CMYK 0 0.30 0.72 0.31
HSL 35.43º 0.56% 0.44% -
HSV(B) 35.43º 0.72% 0.69% -
XYZ 25.67 23.87 6.16 -
YUV 131 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 176 124 49 0 0.30 0.72 0.31 35.43 0.56 0.44
Hex B0 7C 31 0 1E 48 1F 23 38 2C
Octal 260 174 61 0 36 110 37 43 70 54
Binary 10110000 1111100 110001 0 11110 1001000 11111 100011 111000 101100

Color Harmonies of #B07C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C31

Black with #B07C31

Text Example


Text Example

White with #B07C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C31; }

 p { color: rgb(176,124,49); }

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

background-color css

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

 a { background-color: rgb(176,124,49); }

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

border-color css

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

 span { border-color: rgb(176,124,49); }

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