Html Css Color HEX #B1852D Mandalay

📋 copy color: '#B1852D'

red 177 ◦ green 133 ◦ blue 45

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

Shades of Mandalay #B1852D

Tints of Mandalay #B1852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 49.86%
G = 37.46%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1852D (or 0xB1852D) is known color: Mandalay. HEX triplet: B1, 85 and 2D. RGB value is (177,133,45). Sum of RGB (Red+Green+Blue) = 177+133+45=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1852D is #4E7AD2. Grayscale: #888888. Windows color (decimal): -5143251 or 2983345. OLE color: 2983345.

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

Color convert

RGB 177 133 45 -
CMYK 0 0.25 0.75 0.31
HSL 40º 0.59% 0.44% -
HSV(B) 40º 0.75% 0.69% -
XYZ 26.99 26.31 6.14 -
YUV 136.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 177 133 45 0 0.25 0.75 0.31 40 0.59 0.44
Hex B1 85 2D 0 19 4B 1F 28 3B 2C
Octal 261 205 55 0 31 113 37 50 73 54
Binary 10110001 10000101 101101 0 11001 1001011 11111 101000 111011 101100

Color Harmonies of #B1852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1852D

Black with #B1852D

Text Example


Text Example

White with #B1852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1852D; }

 p { color: rgb(177,133,45); }

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

background-color css

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

 a { background-color: rgb(177,133,45); }

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

border-color css

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

 span { border-color: rgb(177,133,45); }

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