Html Css Color HEX #B07E2E Mandalay

📋 copy color: '#B07E2E'

red 176 ◦ green 126 ◦ blue 46

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

Shades of Mandalay #B07E2E

Tints of Mandalay #B07E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 50.57%
G = 36.21%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B07E2E (or 0xB07E2E) is known color: Mandalay. HEX triplet: B0, 7E and 2E. RGB value is (176,126,46). Sum of RGB (Red+Green+Blue) = 176+126+46=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E2E is #4F81D1. Grayscale: #848484. Windows color (decimal): -5210578 or 3047088. OLE color: 3047088.

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

Color convert

RGB 176 126 46 -
CMYK 0 0.28 0.74 0.31
HSL 36.92º 0.59% 0.44% -
HSV(B) 36.92º 0.74% 0.69% -
XYZ 25.86 24.35 5.92 -
YUV 131.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 176 126 46 0 0.28 0.74 0.31 36.92 0.59 0.44
Hex B0 7E 2E 0 1C 4A 1F 25 3B 2C
Octal 260 176 56 0 34 112 37 45 73 54
Binary 10110000 1111110 101110 0 11100 1001010 11111 100101 111011 101100

Color Harmonies of #B07E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E2E

Black with #B07E2E

Text Example


Text Example

White with #B07E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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