Html Css Color HEX #B1842B Mandalay

📋 copy color: '#B1842B'

red 177 ◦ green 132 ◦ blue 43

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

Shades of Mandalay #B1842B

Tints of Mandalay #B1842B

RGB

 RED value IS 177 (69.53% from 255) = 50.28%

 GREEN value IS 132 (51.95% from 255) = 37.5%

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

R = 50.28%
G = 37.5%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1842B (or 0xB1842B) is known color: Mandalay. HEX triplet: B1, 84 and 2B. RGB value is (177,132,43). Sum of RGB (Red+Green+Blue) = 177+132+43=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1842B is #4E7BD4. Grayscale: #878787. Windows color (decimal): -5143509 or 2852017. OLE color: 2852017.

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

Color convert

RGB 177 132 43 -
CMYK 0 0.25 0.76 0.31
HSL 39.85º 0.61% 0.43% -
HSV(B) 39.85º 0.76% 0.69% -
XYZ 26.82 26.02 5.9 -
YUV 135.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 177 132 43 0 0.25 0.76 0.31 39.85 0.61 0.43
Hex B1 84 2B 0 19 4C 1F 28 3D 2B
Octal 261 204 53 0 31 114 37 50 75 53
Binary 10110001 10000100 101011 0 11001 1001100 11111 101000 111101 101011

Color Harmonies of #B1842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1842B

Black with #B1842B

Text Example


Text Example

White with #B1842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1842B; }

 p { color: rgb(177,132,43); }

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

background-color css

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

 a { background-color: rgb(177,132,43); }

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

border-color css

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

 span { border-color: rgb(177,132,43); }

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