Html Css Color HEX #B07E3A Mandalay

📋 copy color: '#B07E3A'

red 176 ◦ green 126 ◦ blue 58

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

Shades of Mandalay #B07E3A

Tints of Mandalay #B07E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 48.89%
G = 35%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B07E3A (or 0xB07E3A) is known color: Mandalay. HEX triplet: B0, 7E and 3A. RGB value is (176,126,58). Sum of RGB (Red+Green+Blue) = 176+126+58=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E3A is #4F81C5. Grayscale: #858585. Windows color (decimal): -5210566 or 3833520. OLE color: 3833520.

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

Color convert

RGB 176 126 58 -
CMYK 0 0.28 0.67 0.31
HSL 34.58º 0.5% 0.46% -
HSV(B) 34.58º 0.67% 0.69% -
XYZ 26.13 24.46 7.35 -
YUV 133.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 176 126 58 0 0.28 0.67 0.31 34.58 0.5 0.46
Hex B0 7E 3A 0 1C 43 1F 23 32 2E
Octal 260 176 72 0 34 103 37 43 62 56
Binary 10110000 1111110 111010 0 11100 1000011 11111 100011 110010 101110

Color Harmonies of #B07E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E3A

Black with #B07E3A

Text Example


Text Example

White with #B07E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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