Html Css Color HEX #B0832E Mandalay

📋 copy color: '#B0832E'

red 176 ◦ green 131 ◦ blue 46

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

Shades of Mandalay #B0832E

Tints of Mandalay #B0832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 49.86%
G = 37.11%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0832E (or 0xB0832E) is known color: Mandalay. HEX triplet: B0, 83 and 2E. RGB value is (176,131,46). Sum of RGB (Red+Green+Blue) = 176+131+46=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0832E is #4F7CD1. Grayscale: #878787. Windows color (decimal): -5209298 or 3048368. OLE color: 3048368.

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

Color convert

RGB 176 131 46 -
CMYK 0 0.26 0.74 0.31
HSL 39.23º 0.59% 0.44% -
HSV(B) 39.23º 0.74% 0.69% -
XYZ 26.51 25.66 6.14 -
YUV 134.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 176 131 46 0 0.26 0.74 0.31 39.23 0.59 0.44
Hex B0 83 2E 0 1A 4A 1F 27 3B 2C
Octal 260 203 56 0 32 112 37 47 73 54
Binary 10110000 10000011 101110 0 11010 1001010 11111 100111 111011 101100

Color Harmonies of #B0832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0832E

Black with #B0832E

Text Example


Text Example

White with #B0832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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