Html Css Color HEX #BA8235 Mandalay

📋 copy color: '#BA8235'

red 186 ◦ green 130 ◦ blue 53

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

Shades of Mandalay #BA8235

Tints of Mandalay #BA8235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.36%

R = 50.41%
G = 35.23%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8235 (or 0xBA8235) is known color: Mandalay. HEX triplet: BA, 82 and 35. RGB value is (186,130,53). Sum of RGB (Red+Green+Blue) = 186+130+53=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8235 is #457DCA. Grayscale: #8A8A8A. Windows color (decimal): -4554187 or 3506874. OLE color: 3506874.

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

Color convert

RGB 186 130 53 -
CMYK 0 0.30 0.72 0.27
HSL 34.74º 0.56% 0.47% -
HSV(B) 34.74º 0.72% 0.73% -
XYZ 28.87 26.66 6.99 -
YUV 137.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 186 130 53 0 0.30 0.72 0.27 34.74 0.56 0.47
Hex BA 82 35 0 1E 48 1B 23 38 2F
Octal 272 202 65 0 36 110 33 43 70 57
Binary 10111010 10000010 110101 0 11110 1001000 11011 100011 111000 101111

Color Harmonies of #BA8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8235

Black with #BA8235

Text Example


Text Example

White with #BA8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8235; }

 p { color: rgb(186,130,53); }

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

background-color css

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

 a { background-color: rgb(186,130,53); }

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

border-color css

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

 span { border-color: rgb(186,130,53); }

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