Html Css Color HEX #BA832D Mandalay

📋 copy color: '#BA832D'

red 186 ◦ green 131 ◦ blue 45

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

Shades of Mandalay #BA832D

Tints of Mandalay #BA832D

RGB

 RED value IS 186 (73.05% from 255) = 51.38%

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 51.38%
G = 36.19%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA832D (or 0xBA832D) is known color: Mandalay. HEX triplet: BA, 83 and 2D. RGB value is (186,131,45). Sum of RGB (Red+Green+Blue) = 186+131+45=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA832D is #457CD2. Grayscale: #8A8A8A. Windows color (decimal): -4553939 or 2982842. OLE color: 2982842.

HSL color Cylindrical-coordinate representation of color #BA832D: hue angle of 36.6º degrees, saturation: 0.61, 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 #BA832D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 45 -
CMYK 0 0.30 0.76 0.27
HSL 36.6º 0.61% 0.45% -
HSV(B) 36.6º 0.76% 0.73% -
XYZ 28.84 26.86 6.15 -
YUV 137.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 186 131 45 0 0.30 0.76 0.27 36.6 0.61 0.45
Hex BA 83 2D 0 1E 4C 1B 25 3D 2D
Octal 272 203 55 0 36 114 33 45 75 55
Binary 10111010 10000011 101101 0 11110 1001100 11011 100101 111101 101101

Color Harmonies of #BA832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA832D

Black with #BA832D

Text Example


Text Example

White with #BA832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA832D; }

 p { color: rgb(186,131,45); }

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

background-color css

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

 a { background-color: rgb(186,131,45); }

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

border-color css

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

 span { border-color: rgb(186,131,45); }

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