Html Css Color HEX #B07E28 Mandalay

📋 copy color: '#B07E28'

red 176 ◦ green 126 ◦ blue 40

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

Shades of Mandalay #B07E28

Tints of Mandalay #B07E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 51.46%
G = 36.84%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B07E28 (or 0xB07E28) is known color: Mandalay. HEX triplet: B0, 7E and 28. RGB value is (176,126,40). Sum of RGB (Red+Green+Blue) = 176+126+40=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E28 is #4F81D7. Grayscale: #838383. Windows color (decimal): -5210584 or 2653872. OLE color: 2653872.

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

Color convert

RGB 176 126 40 -
CMYK 0 0.28 0.77 0.31
HSL 37.94º 0.63% 0.42% -
HSV(B) 37.94º 0.77% 0.69% -
XYZ 25.75 24.31 5.34 -
YUV 131.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 176 126 40 0 0.28 0.77 0.31 37.94 0.63 0.42
Hex B0 7E 28 0 1C 4D 1F 26 3F 2A
Octal 260 176 50 0 34 115 37 46 77 52
Binary 10110000 1111110 101000 0 11100 1001101 11111 100110 111111 101010

Color Harmonies of #B07E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E28

Black with #B07E28

Text Example


Text Example

White with #B07E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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