Html Css Color HEX #B07C32 Mandalay

📋 copy color: '#B07C32'

red 176 ◦ green 124 ◦ blue 50

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

Shades of Mandalay #B07C32

Tints of Mandalay #B07C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 50.29%
G = 35.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B07C32 (or 0xB07C32) is known color: Mandalay. HEX triplet: B0, 7C and 32. RGB value is (176,124,50). Sum of RGB (Red+Green+Blue) = 176+124+50=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C32 is #4F83CD. Grayscale: #838383. Windows color (decimal): -5211086 or 3308720. OLE color: 3308720.

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

Color convert

RGB 176 124 50 -
CMYK 0 0.30 0.72 0.31
HSL 35.24º 0.56% 0.44% -
HSV(B) 35.24º 0.72% 0.69% -
XYZ 25.69 23.88 6.27 -
YUV 131.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 176 124 50 0 0.30 0.72 0.31 35.24 0.56 0.44
Hex B0 7C 32 0 1E 48 1F 23 38 2C
Octal 260 174 62 0 36 110 37 43 70 54
Binary 10110000 1111100 110010 0 11110 1001000 11111 100011 111000 101100

Color Harmonies of #B07C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C32

Black with #B07C32

Text Example


Text Example

White with #B07C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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