Html Css Color HEX #B0752F Mandalay

📋 copy color: '#B0752F'

red 176 ◦ green 117 ◦ blue 47

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

Shades of Mandalay #B0752F

Tints of Mandalay #B0752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 51.76%
G = 34.41%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0752F (or 0xB0752F) is known color: Mandalay. HEX triplet: B0, 75 and 2F. RGB value is (176,117,47). Sum of RGB (Red+Green+Blue) = 176+117+47=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0752F is #4F8AD0. Grayscale: #7F7F7F. Windows color (decimal): -5212881 or 3110320. OLE color: 3110320.

HSL color Cylindrical-coordinate representation of color #B0752F: hue angle of 32.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0752F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 47 -
CMYK 0 0.34 0.73 0.31
HSL 32.56º 0.58% 0.44% -
HSV(B) 32.56º 0.73% 0.69% -
XYZ 24.78 22.16 5.66 -
YUV 126.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 176 117 47 0 0.34 0.73 0.31 32.56 0.58 0.44
Hex B0 75 2F 0 22 49 1F 21 3A 2C
Octal 260 165 57 0 42 111 37 41 72 54
Binary 10110000 1110101 101111 0 100010 1001001 11111 100001 111010 101100

Color Harmonies of #B0752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0752F

Black with #B0752F

Text Example


Text Example

White with #B0752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0752F; }

 p { color: rgb(176,117,47); }

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

background-color css

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

 a { background-color: rgb(176,117,47); }

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

border-color css

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

 span { border-color: rgb(176,117,47); }

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