Html Css Color HEX #B1842F Mandalay

📋 copy color: '#B1842F'

red 177 ◦ green 132 ◦ blue 47

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

Shades of Mandalay #B1842F

Tints of Mandalay #B1842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 49.72%
G = 37.08%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1842F (or 0xB1842F) is known color: Mandalay. HEX triplet: B1, 84 and 2F. RGB value is (177,132,47). Sum of RGB (Red+Green+Blue) = 177+132+47=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1842F is #4E7BD0. Grayscale: #888888. Windows color (decimal): -5143505 or 3114161. OLE color: 3114161.

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

Color convert

RGB 177 132 47 -
CMYK 0 0.25 0.73 0.31
HSL 39.23º 0.58% 0.44% -
HSV(B) 39.23º 0.73% 0.69% -
XYZ 26.9 26.05 6.3 -
YUV 135.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 177 132 47 0 0.25 0.73 0.31 39.23 0.58 0.44
Hex B1 84 2F 0 19 49 1F 27 3A 2C
Octal 261 204 57 0 31 111 37 47 72 54
Binary 10110001 10000100 101111 0 11001 1001001 11111 100111 111010 101100

Color Harmonies of #B1842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1842F

Black with #B1842F

Text Example


Text Example

White with #B1842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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