Html Css Color HEX #B07E32 Mandalay

📋 copy color: '#B07E32'

red 176 ◦ green 126 ◦ blue 50

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

Shades of Mandalay #B07E32

Tints of Mandalay #B07E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 50%
G = 35.8%
B = 14.2%

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

#B07E32 (or 0xB07E32) is known color: Mandalay. HEX triplet: B0, 7E and 32. RGB value is (176,126,50). Sum of RGB (Red+Green+Blue) = 176+126+50=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E32 is #4F81CD. Grayscale: #848484. Windows color (decimal): -5210574 or 3309232. OLE color: 3309232.

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

Color convert

RGB 176 126 50 -
CMYK 0 0.28 0.72 0.31
HSL 36.19º 0.56% 0.44% -
HSV(B) 36.19º 0.72% 0.69% -
XYZ 25.94 24.38 6.36 -
YUV 132.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 176 126 50 0 0.28 0.72 0.31 36.19 0.56 0.44
Hex B0 7E 32 0 1C 48 1F 24 38 2C
Octal 260 176 62 0 34 110 37 44 70 54
Binary 10110000 1111110 110010 0 11100 1001000 11111 100100 111000 101100

Color Harmonies of #B07E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E32

Black with #B07E32

Text Example


Text Example

White with #B07E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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