Html Css Color HEX #B0752A Mandalay

📋 copy color: '#B0752A'

red 176 ◦ green 117 ◦ blue 42

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

Shades of Mandalay #B0752A

Tints of Mandalay #B0752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 52.54%
G = 34.93%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0752A (or 0xB0752A) is known color: Mandalay. HEX triplet: B0, 75 and 2A. RGB value is (176,117,42). Sum of RGB (Red+Green+Blue) = 176+117+42=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0752A is #4F8AD5. Grayscale: #7E7E7E. Windows color (decimal): -5212886 or 2782640. OLE color: 2782640.

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

Color convert

RGB 176 117 42 -
CMYK 0 0.34 0.76 0.31
HSL 33.58º 0.61% 0.43% -
HSV(B) 33.58º 0.76% 0.69% -
XYZ 24.68 22.12 5.16 -
YUV 126.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 176 117 42 0 0.34 0.76 0.31 33.58 0.61 0.43
Hex B0 75 2A 0 22 4C 1F 22 3D 2B
Octal 260 165 52 0 42 114 37 42 75 53
Binary 10110000 1110101 101010 0 100010 1001100 11111 100010 111101 101011

Color Harmonies of #B0752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0752A

Black with #B0752A

Text Example


Text Example

White with #B0752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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