Html Css Color HEX #B9852A Mandalay

📋 copy color: '#B9852A'

red 185 ◦ green 133 ◦ blue 42

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

Shades of Mandalay #B9852A

Tints of Mandalay #B9852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 51.39%
G = 36.94%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9852A (or 0xB9852A) is known color: Mandalay. HEX triplet: B9, 85 and 2A. RGB value is (185,133,42). Sum of RGB (Red+Green+Blue) = 185+133+42=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9852A is #467AD5. Grayscale: #8A8A8A. Windows color (decimal): -4618966 or 2786745. OLE color: 2786745.

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

Color convert

RGB 185 133 42 -
CMYK 0 0.28 0.77 0.27
HSL 38.18º 0.63% 0.45% -
HSV(B) 38.18º 0.77% 0.73% -
XYZ 28.81 27.26 5.93 -
YUV 138.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 185 133 42 0 0.28 0.77 0.27 38.18 0.63 0.45
Hex B9 85 2A 0 1C 4D 1B 26 3F 2D
Octal 271 205 52 0 34 115 33 46 77 55
Binary 10111001 10000101 101010 0 11100 1001101 11011 100110 111111 101101

Color Harmonies of #B9852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9852A

Black with #B9852A

Text Example


Text Example

White with #B9852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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