Html Css Color HEX #BA8327 Mandalay

📋 copy color: '#BA8327'

red 186 ◦ green 131 ◦ blue 39

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

Shades of Mandalay #BA8327

Tints of Mandalay #BA8327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 52.25%
G = 36.8%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA8327 (or 0xBA8327) is known color: Mandalay. HEX triplet: BA, 83 and 27. RGB value is (186,131,39). Sum of RGB (Red+Green+Blue) = 186+131+39=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8327 is #457CD8. Grayscale: #898989. Windows color (decimal): -4553945 or 2589626. OLE color: 2589626.

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

Color convert

RGB 186 131 39 -
CMYK 0 0.30 0.79 0.27
HSL 37.55º 0.65% 0.44% -
HSV(B) 37.55º 0.79% 0.73% -
XYZ 28.73 26.82 5.58 -
YUV 136.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 186 131 39 0 0.30 0.79 0.27 37.55 0.65 0.44
Hex BA 83 27 0 1E 4F 1B 26 41 2C
Octal 272 203 47 0 36 117 33 46 101 54
Binary 10111010 10000011 100111 0 11110 1001111 11011 100110 1000001 101100

Color Harmonies of #BA8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8327

Black with #BA8327

Text Example


Text Example

White with #BA8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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