Html Css Color HEX #B07E31 Mandalay

📋 copy color: '#B07E31'

red 176 ◦ green 126 ◦ blue 49

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

Shades of Mandalay #B07E31

Tints of Mandalay #B07E31

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 50.14%
G = 35.9%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B07E31 (or 0xB07E31) is known color: Mandalay. HEX triplet: B0, 7E and 31. RGB value is (176,126,49). Sum of RGB (Red+Green+Blue) = 176+126+49=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E31 is #4F81CE. Grayscale: #848484. Windows color (decimal): -5210575 or 3243696. OLE color: 3243696.

HSL color Cylindrical-coordinate representation of color #B07E31: hue angle of 36.38º 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 #B07E31 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 49 -
CMYK 0 0.28 0.72 0.31
HSL 36.38º 0.56% 0.44% -
HSV(B) 36.38º 0.72% 0.69% -
XYZ 25.92 24.37 6.24 -
YUV 132.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 176 126 49 0 0.28 0.72 0.31 36.38 0.56 0.44
Hex B0 7E 31 0 1C 48 1F 24 38 2C
Octal 260 176 61 0 34 110 37 44 70 54
Binary 10110000 1111110 110001 0 11100 1001000 11111 100100 111000 101100

Color Harmonies of #B07E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E31

Black with #B07E31

Text Example


Text Example

White with #B07E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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