Html Css Color HEX #B9822F Mandalay

📋 copy color: '#B9822F'

red 185 ◦ green 130 ◦ blue 47

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

Shades of Mandalay #B9822F

Tints of Mandalay #B9822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 51.1%
G = 35.91%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9822F (or 0xB9822F) is known color: Mandalay. HEX triplet: B9, 82 and 2F. RGB value is (185,130,47). Sum of RGB (Red+Green+Blue) = 185+130+47=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9822F is #467DD0. Grayscale: #898989. Windows color (decimal): -4619729 or 3113657. OLE color: 3113657.

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

Color convert

RGB 185 130 47 -
CMYK 0 0.30 0.75 0.27
HSL 36.09º 0.59% 0.45% -
HSV(B) 36.09º 0.75% 0.73% -
XYZ 28.5 26.48 6.3 -
YUV 136.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 185 130 47 0 0.30 0.75 0.27 36.09 0.59 0.45
Hex B9 82 2F 0 1E 4B 1B 24 3B 2D
Octal 271 202 57 0 36 113 33 44 73 55
Binary 10111001 10000010 101111 0 11110 1001011 11011 100100 111011 101101

Color Harmonies of #B9822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9822F

Black with #B9822F

Text Example


Text Example

White with #B9822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9822F; }

 p { color: rgb(185,130,47); }

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

background-color css

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

 a { background-color: rgb(185,130,47); }

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

border-color css

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

 span { border-color: rgb(185,130,47); }

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