Html Css Color HEX #B07A32 Mandalay

📋 copy color: '#B07A32'

red 176 ◦ green 122 ◦ blue 50

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

Shades of Mandalay #B07A32

Tints of Mandalay #B07A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 50.57%
G = 35.06%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B07A32 (or 0xB07A32) is known color: Mandalay. HEX triplet: B0, 7A and 32. RGB value is (176,122,50). Sum of RGB (Red+Green+Blue) = 176+122+50=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A32 is #4F85CD. Grayscale: #828282. Windows color (decimal): -5211598 or 3308208. OLE color: 3308208.

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

Color convert

RGB 176 122 50 -
CMYK 0 0.31 0.72 0.31
HSL 34.29º 0.56% 0.44% -
HSV(B) 34.29º 0.72% 0.69% -
XYZ 25.44 23.38 6.19 -
YUV 129.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 176 122 50 0 0.31 0.72 0.31 34.29 0.56 0.44
Hex B0 7A 32 0 1F 48 1F 22 38 2C
Octal 260 172 62 0 37 110 37 42 70 54
Binary 10110000 1111010 110010 0 11111 1001000 11111 100010 111000 101100

Color Harmonies of #B07A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A32

Black with #B07A32

Text Example


Text Example

White with #B07A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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