Html Css Color HEX #B9852C Mandalay

📋 copy color: '#B9852C'

red 185 ◦ green 133 ◦ blue 44

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

Shades of Mandalay #B9852C

Tints of Mandalay #B9852C

RGB

 RED value IS 185 (72.66% from 255) = 51.1%

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

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

R = 51.1%
G = 36.74%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9852C (or 0xB9852C) is known color: Mandalay. HEX triplet: B9, 85 and 2C. RGB value is (185,133,44). Sum of RGB (Red+Green+Blue) = 185+133+44=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9852C is #467AD3. Grayscale: #8A8A8A. Windows color (decimal): -4618964 or 2917817. OLE color: 2917817.

HSL color Cylindrical-coordinate representation of color #B9852C: hue angle of 37.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9852C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 44 -
CMYK 0 0.28 0.76 0.27
HSL 37.87º 0.62% 0.45% -
HSV(B) 37.87º 0.76% 0.73% -
XYZ 28.85 27.27 6.13 -
YUV 138.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 185 133 44 0 0.28 0.76 0.27 37.87 0.62 0.45
Hex B9 85 2C 0 1C 4C 1B 26 3E 2D
Octal 271 205 54 0 34 114 33 46 76 55
Binary 10111001 10000101 101100 0 11100 1001100 11011 100110 111110 101101

Color Harmonies of #B9852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9852C

Black with #B9852C

Text Example


Text Example

White with #B9852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9852C; }

 p { color: rgb(185,133,44); }

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

background-color css

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

 a { background-color: rgb(185,133,44); }

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

border-color css

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

 span { border-color: rgb(185,133,44); }

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