Html Css Color HEX #B0832C Mandalay

📋 copy color: '#B0832C'

red 176 ◦ green 131 ◦ blue 44

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

Shades of Mandalay #B0832C

Tints of Mandalay #B0832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 50.14%
G = 37.32%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0832C (or 0xB0832C) is known color: Mandalay. HEX triplet: B0, 83 and 2C. RGB value is (176,131,44). Sum of RGB (Red+Green+Blue) = 176+131+44=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0832C is #4F7CD3. Grayscale: #868686. Windows color (decimal): -5209300 or 2917296. OLE color: 2917296.

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

Color convert

RGB 176 131 44 -
CMYK 0 0.26 0.75 0.31
HSL 39.55º 0.6% 0.43% -
HSV(B) 39.55º 0.75% 0.69% -
XYZ 26.48 25.64 5.94 -
YUV 134.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 176 131 44 0 0.26 0.75 0.31 39.55 0.6 0.43
Hex B0 83 2C 0 1A 4B 1F 28 3C 2B
Octal 260 203 54 0 32 113 37 50 74 53
Binary 10110000 10000011 101100 0 11010 1001011 11111 101000 111100 101011

Color Harmonies of #B0832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0832C

Black with #B0832C

Text Example


Text Example

White with #B0832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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