Html Css Color HEX #B0752B Mandalay

📋 copy color: '#B0752B'

red 176 ◦ green 117 ◦ blue 43

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

Shades of Mandalay #B0752B

Tints of Mandalay #B0752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 52.38%
G = 34.82%
B = 12.8%

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

#B0752B (or 0xB0752B) is known color: Mandalay. HEX triplet: B0, 75 and 2B. RGB value is (176,117,43). Sum of RGB (Red+Green+Blue) = 176+117+43=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0752B is #4F8AD4. Grayscale: #7E7E7E. Windows color (decimal): -5212885 or 2848176. OLE color: 2848176.

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

Color convert

RGB 176 117 43 -
CMYK 0 0.34 0.76 0.31
HSL 33.38º 0.61% 0.43% -
HSV(B) 33.38º 0.76% 0.69% -
XYZ 24.7 22.13 5.25 -
YUV 126.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 176 117 43 0 0.34 0.76 0.31 33.38 0.61 0.43
Hex B0 75 2B 0 22 4C 1F 21 3D 2B
Octal 260 165 53 0 42 114 37 41 75 53
Binary 10110000 1110101 101011 0 100010 1001100 11111 100001 111101 101011

Color Harmonies of #B0752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0752B

Black with #B0752B

Text Example


Text Example

White with #B0752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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