Html Css Color HEX #B0732C Mandalay

📋 copy color: '#B0732C'

red 176 ◦ green 115 ◦ blue 44

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

Shades of Mandalay #B0732C

Tints of Mandalay #B0732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 52.54%
G = 34.33%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0732C (or 0xB0732C) is known color: Mandalay. HEX triplet: B0, 73 and 2C. RGB value is (176,115,44). Sum of RGB (Red+Green+Blue) = 176+115+44=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0732C is #4F8CD3. Grayscale: #7D7D7D. Windows color (decimal): -5213396 or 2913200. OLE color: 2913200.

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

Color convert

RGB 176 115 44 -
CMYK 0 0.35 0.75 0.31
HSL 32.27º 0.6% 0.43% -
HSV(B) 32.27º 0.75% 0.69% -
XYZ 24.49 21.67 5.28 -
YUV 125.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 176 115 44 0 0.35 0.75 0.31 32.27 0.6 0.43
Hex B0 73 2C 0 23 4B 1F 20 3C 2B
Octal 260 163 54 0 43 113 37 40 74 53
Binary 10110000 1110011 101100 0 100011 1001011 11111 100000 111100 101011

Color Harmonies of #B0732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0732C

Black with #B0732C

Text Example


Text Example

White with #B0732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0732C; }

 p { color: rgb(176,115,44); }

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

background-color css

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

 a { background-color: rgb(176,115,44); }

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

border-color css

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

 span { border-color: rgb(176,115,44); }

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