Html Css Color HEX #B07E22 Mandalay

📋 copy color: '#B07E22'

red 176 ◦ green 126 ◦ blue 34

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

Shades of Mandalay #B07E22

Tints of Mandalay #B07E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 52.38%
G = 37.5%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07E22 (or 0xB07E22) is known color: Mandalay. HEX triplet: B0, 7E and 22. RGB value is (176,126,34). Sum of RGB (Red+Green+Blue) = 176+126+34=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E22 is #4F81DD. Grayscale: #828282. Windows color (decimal): -5210590 or 2260656. OLE color: 2260656.

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

Color convert

RGB 176 126 34 -
CMYK 0 0.28 0.81 0.31
HSL 38.87º 0.68% 0.41% -
HSV(B) 38.87º 0.81% 0.69% -
XYZ 25.65 24.27 4.85 -
YUV 130.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 176 126 34 0 0.28 0.81 0.31 38.87 0.68 0.41
Hex B0 7E 22 0 1C 51 1F 27 44 29
Octal 260 176 42 0 34 121 37 47 104 51
Binary 10110000 1111110 100010 0 11100 1010001 11111 100111 1000100 101001

Color Harmonies of #B07E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E22

Black with #B07E22

Text Example


Text Example

White with #B07E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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